Shades of Black Pearl #02080B
Tints of Black Pearl #02080B
RGB
CMYK
RGB Variations
Color information
#02080B (or 0x02080B) is known color: Black Pearl. HEX triplet: 02, 08 and 0B. RGB value is (2,8,11). Sum of RGB (Red+Green+Blue) = 2+8+11=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #02080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02080B is #FDF7F4. Grayscale: #060606. Windows color (decimal): -16644085 or 722946. OLE color: 722946.
HSL color Cylindrical-coordinate representation of color #02080B: hue angle of 200º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #02080B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 2 | 8 | 11 | - |
CMYK | 0.82 | 0.27 | 0 | 0.96 |
HSL | 200º | 0.69% | 0.03% | - |
HSV(B) | 200º | 0.82% | 0.04% | - |
XYZ | 0.17 | 0.21 | 0.35 | - |
YUV | 6.55 | 130.51 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 8 | 11 | 0.82 | 0.27 | 0 | 0.96 | 200 | 0.69 | 0.03 |
Hex | 2 | 8 | B | 52 | 1B | 0 | 60 | C8 | 45 | 3 |
Octal | 2 | 10 | 13 | 122 | 33 | 0 | 140 | 310 | 105 | 3 |
Binary | 10 | 1000 | 1011 | 1010010 | 11011 | 0 | 1100000 | 11001000 | 1000101 | 11 |
Color Harmonies of #02080B
Complementary color
Monochromatic Colors of #02080B
Black with #02080B
Text Example
Text Example
White with #02080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02080B; }
p { color: rgb(2,8,11); }
H1.HeaderClassName
{
color: #02080B;
}
.AnyTagClassName
{
color: #02080B;
}
</style>
background-color css
<style>
a { background-color: #02080B; }
a { background-color: rgb(2,8,11); }
div.DivClassName
{
background-color: #02080B;
}
.BgClassName
{
background-color: #02080B;
}
</style>
border-color css
<style>
span { border-color: #02080B; }
span { border-color: rgb(2,8,11); }
td.TdClassName
{
border-color: #02080B;
}
.TagClassName
{
border-color: #02080B;
}
</style>