Shades of Black Pearl #02090C
Tints of Black Pearl #02090C
RGB
CMYK
RGB Variations
Color information
#02090C (or 0x02090C) is known color: Black Pearl. HEX triplet: 02, 09 and 0C. RGB value is (2,9,12). Sum of RGB (Red+Green+Blue) = 2+9+12=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #02090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090C is #FDF6F3. Grayscale: #070707. Windows color (decimal): -16643828 or 788738. OLE color: 788738.
HSL color Cylindrical-coordinate representation of color #02090C: hue angle of 198º 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 #02090C is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 9 | 12 | - |
CMYK | 0.83 | 0.25 | 0 | 0.95 |
HSL | 198º | 0.71% | 0.03% | - |
HSV(B) | 198º | 0.83% | 0.05% | - |
XYZ | 0.19 | 0.23 | 0.38 | - |
YUV | 7.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 9 | 12 | 0.83 | 0.25 | 0 | 0.95 | 198 | 0.71 | 0.03 |
Hex | 2 | 9 | C | 53 | 19 | 0 | 5F | C6 | 47 | 3 |
Octal | 2 | 11 | 14 | 123 | 31 | 0 | 137 | 306 | 107 | 3 |
Binary | 10 | 1001 | 1100 | 1010011 | 11001 | 0 | 1011111 | 11000110 | 1000111 | 11 |
Color Harmonies of #02090C
Complementary color
Monochromatic Colors of #02090C
Black with #02090C
Text Example
Text Example
White with #02090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02090C; }
p { color: rgb(2,9,12); }
H1.HeaderClassName
{
color: #02090C;
}
.AnyTagClassName
{
color: #02090C;
}
</style>
background-color css
<style>
a { background-color: #02090C; }
a { background-color: rgb(2,9,12); }
div.DivClassName
{
background-color: #02090C;
}
.BgClassName
{
background-color: #02090C;
}
</style>
border-color css
<style>
span { border-color: #02090C; }
span { border-color: rgb(2,9,12); }
td.TdClassName
{
border-color: #02090C;
}
.TagClassName
{
border-color: #02090C;
}
</style>