Shades of Black Pearl #02080C
Tints of Black Pearl #02080C
RGB
CMYK
RGB Variations
Color information
#02080C (or 0x02080C) is known color: Black Pearl. HEX triplet: 02, 08 and 0C. RGB value is (2,8,12). Sum of RGB (Red+Green+Blue) = 2+8+12=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #02080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02080C is #FDF7F3. Grayscale: #060606. Windows color (decimal): -16644084 or 788482. OLE color: 788482.
HSL color Cylindrical-coordinate representation of color #02080C: hue angle of 204º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #02080C is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 8 | 12 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.95 |
| HSL | 204º | 0.71% | 0.03% | - |
| HSV(B) | 204º | 0.83% | 0.05% | - |
| XYZ | 0.18 | 0.21 | 0.38 | - |
| YUV | 6.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 12 | 0.83 | 0.33 | 0 | 0.95 | 204 | 0.71 | 0.03 |
| Hex | 2 | 8 | C | 53 | 21 | 0 | 5F | CC | 47 | 3 |
| Octal | 2 | 10 | 14 | 123 | 41 | 0 | 137 | 314 | 107 | 3 |
| Binary | 10 | 1000 | 1100 | 1010011 | 100001 | 0 | 1011111 | 11001100 | 1000111 | 11 |
Color Harmonies of #02080C
Complementary color
Monochromatic Colors of #02080C
Black with #02080C
Text Example
Text Example
White with #02080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02080C; }
p { color: rgb(2,8,12); }
H1.HeaderClassName
{
color: #02080C;
}
.AnyTagClassName
{
color: #02080C;
}
</style>
background-color css
<style>
a { background-color: #02080C; }
a { background-color: rgb(2,8,12); }
div.DivClassName
{
background-color: #02080C;
}
.BgClassName
{
background-color: #02080C;
}
</style>
border-color css
<style>
span { border-color: #02080C; }
span { border-color: rgb(2,8,12); }
td.TdClassName
{
border-color: #02080C;
}
.TagClassName
{
border-color: #02080C;
}
</style>