Shades of Black Pearl #020B0F
Tints of Black Pearl #020B0F
RGB
CMYK
RGB Variations
Color information
#020B0F (or 0x020B0F) is known color: Black Pearl. HEX triplet: 02, 0B and 0F. RGB value is (2,11,15). Sum of RGB (Red+Green+Blue) = 2+11+15=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #020B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B0F is #FDF4F0. Grayscale: #080808. Windows color (decimal): -16643313 or 985858. OLE color: 985858.
HSL color Cylindrical-coordinate representation of color #020B0F: hue angle of 198.46º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020B0F is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 2 | 11 | 15 | - |
CMYK | 0.87 | 0.27 | 0 | 0.94 |
HSL | 198.46º | 0.76% | 0.03% | - |
HSV(B) | 198.46º | 0.87% | 0.06% | - |
XYZ | 0.23 | 0.29 | 0.5 | - |
YUV | 8.77 | 131.52 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 11 | 15 | 0.87 | 0.27 | 0 | 0.94 | 198.46 | 0.76 | 0.03 |
Hex | 2 | B | F | 57 | 1B | 0 | 5E | C6 | 4C | 3 |
Octal | 2 | 13 | 17 | 127 | 33 | 0 | 136 | 306 | 114 | 3 |
Binary | 10 | 1011 | 1111 | 1010111 | 11011 | 0 | 1011110 | 11000110 | 1001100 | 11 |
Color Harmonies of #020B0F
Complementary color
Monochromatic Colors of #020B0F
Black with #020B0F
Text Example
Text Example
White with #020B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B0F; }
p { color: rgb(2,11,15); }
H1.HeaderClassName
{
color: #020B0F;
}
.AnyTagClassName
{
color: #020B0F;
}
</style>
background-color css
<style>
a { background-color: #020B0F; }
a { background-color: rgb(2,11,15); }
div.DivClassName
{
background-color: #020B0F;
}
.BgClassName
{
background-color: #020B0F;
}
</style>
border-color css
<style>
span { border-color: #020B0F; }
span { border-color: rgb(2,11,15); }
td.TdClassName
{
border-color: #020B0F;
}
.TagClassName
{
border-color: #020B0F;
}
</style>