Shades of Black Pearl #020406
Tints of Black Pearl #020406
RGB
CMYK
RGB Variations
Color information
#020406 (or 0x020406) is known color: Black Pearl. HEX triplet: 02, 04 and 06. RGB value is (2,4,6). Sum of RGB (Red+Green+Blue) = 2+4+6=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 6 (2.73% from 255 or 50% from 12); Max value from RGB is 6 - color contains mainly: blue. Hex color #020406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020406 is #FDFBF9. Grayscale: #030303. Windows color (decimal): -16645114 or 394242. OLE color: 394242.
HSL color Cylindrical-coordinate representation of color #020406: hue angle of 210º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020406 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 2 | 4 | 6 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.98 |
| HSL | 210º | 0.5% | 0.02% | - |
| HSV(B) | 210º | 0.67% | 0.02% | - |
| XYZ | 0.1 | 0.11 | 0.19 | - |
| YUV | 3.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 6 | 0.67 | 0.33 | 0 | 0.98 | 210 | 0.5 | 0.02 |
| Hex | 2 | 4 | 6 | 43 | 21 | 0 | 62 | D2 | 32 | 2 |
| Octal | 2 | 4 | 6 | 103 | 41 | 0 | 142 | 322 | 62 | 2 |
| Binary | 10 | 100 | 110 | 1000011 | 100001 | 0 | 1100010 | 11010010 | 110010 | 10 |
Color Harmonies of #020406
Complementary color
Monochromatic Colors of #020406
Black with #020406
Text Example
Text Example
White with #020406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020406; }
p { color: rgb(2,4,6); }
H1.HeaderClassName
{
color: #020406;
}
.AnyTagClassName
{
color: #020406;
}
</style>
background-color css
<style>
a { background-color: #020406; }
a { background-color: rgb(2,4,6); }
div.DivClassName
{
background-color: #020406;
}
.BgClassName
{
background-color: #020406;
}
</style>
border-color css
<style>
span { border-color: #020406; }
span { border-color: rgb(2,4,6); }
td.TdClassName
{
border-color: #020406;
}
.TagClassName
{
border-color: #020406;
}
</style>