In a RGB color space, #000300 hex color is composed of 0% red, 1.2% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 98.8% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 0.6%. #000300 color hex could be obtained by blending #000600 with #000000. Closest websafe color is: #000000.
The hexadecimal color #000300 has RGB values of R:0, G:3, B:0 and CMYK values of C:1, M:0, Y:1, K:0.99. Its decimal value is 768.
Hex triplet | 000300 | #000300 |
RGB Decimal | 0, 3, 0 | rgb(0,3,0) |
RGB Percent | 0, 1.2, 0 | rgb(0%,1.2%,0%) |
CMYK | 100, 0, 100, 98.8 | |
HSL | 120°, 100, 0.6 | hsl(120,100%,0.6%) |
HSV(HSB) | 120°, 100, 1.2 | |
Web Safe | 000000 | #000 |
XYZ | 0.033, 0.065, 0.011 |
xyY | 0.3, 0.6, 0.065 |
CIE-LAB | 0.588, -1.202, 0.859 |
CIE-LCH | 0.588, 1.477, 144.443 |
CIE-LUV | 0.588, -0.557, 0.72 |
Hunter-Lab | 2.552, -2.188, 1.534 |
Binary | 00000000, 00000011, 00000000 |
Below, you can see some colors close to #000300. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #000300.
<span style="color:#000300">Text here</span>
This paragraph has a background color of #000300.
<p style="background-color:#000300;">Content here</p>
This element has a border color of #000300.
<div style="border:1px #000300;">Content here</div>
.text {color:#000300;}
.background {background-color:#000300;}
.border {border:1px solid #000300;}
.text-shadow {border:1px solid #000300;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000300 is the darkest color, while #edffed is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #010201 is the less saturated color, while #000300 is the most saturated one.