Shades of Black Pearl #020D12
Tints of Black Pearl #020D12
RGB
CMYK
RGB Variations
Color information
#020D12 (or 0x020D12) is known color: Black Pearl. HEX triplet: 02, 0D and 12. RGB value is (2,13,18). Sum of RGB (Red+Green+Blue) = 2+13+18=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #020D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D12 is #FDF2ED. Grayscale: #0A0A0A. Windows color (decimal): -16642798 or 1182978. OLE color: 1182978.
HSL color Cylindrical-coordinate representation of color #020D12: hue angle of 198.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020D12 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 2 | 13 | 18 | - |
CMYK | 0.89 | 0.28 | 0 | 0.93 |
HSL | 198.75º | 0.8% | 0.04% | - |
HSV(B) | 198.75º | 0.89% | 0.07% | - |
XYZ | 0.28 | 0.34 | 0.62 | - |
YUV | 10.28 | 132.36 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 13 | 18 | 0.89 | 0.28 | 0 | 0.93 | 198.75 | 0.8 | 0.04 |
Hex | 2 | D | 12 | 59 | 1C | 0 | 5D | C7 | 50 | 4 |
Octal | 2 | 15 | 22 | 131 | 34 | 0 | 135 | 307 | 120 | 4 |
Binary | 10 | 1101 | 10010 | 1011001 | 11100 | 0 | 1011101 | 11000111 | 1010000 | 100 |
Color Harmonies of #020D12
Complementary color
Monochromatic Colors of #020D12
Black with #020D12
Text Example
Text Example
White with #020D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D12; }
p { color: rgb(2,13,18); }
H1.HeaderClassName
{
color: #020D12;
}
.AnyTagClassName
{
color: #020D12;
}
</style>
background-color css
<style>
a { background-color: #020D12; }
a { background-color: rgb(2,13,18); }
div.DivClassName
{
background-color: #020D12;
}
.BgClassName
{
background-color: #020D12;
}
</style>
border-color css
<style>
span { border-color: #020D12; }
span { border-color: rgb(2,13,18); }
td.TdClassName
{
border-color: #020D12;
}
.TagClassName
{
border-color: #020D12;
}
</style>