Shades of Black Pearl #02080E
Tints of Black Pearl #02080E
RGB
CMYK
RGB Variations
Color information
#02080E (or 0x02080E) is known color: Black Pearl. HEX triplet: 02, 08 and 0E. RGB value is (2,8,14). Sum of RGB (Red+Green+Blue) = 2+8+14=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 14 (5.86% from 255 or 58.33% from 24); Max value from RGB is 14 - color contains mainly: blue. Hex color #02080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02080E is #FDF7F1. Grayscale: #060606. Windows color (decimal): -16644082 or 919554. OLE color: 919554.
HSL color Cylindrical-coordinate representation of color #02080E: hue angle of 210º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #02080E is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 8 | 14 | - |
CMYK | 0.86 | 0.43 | 0 | 0.95 |
HSL | 210º | 0.75% | 0.03% | - |
HSV(B) | 210º | 0.86% | 0.05% | - |
XYZ | 0.19 | 0.22 | 0.45 | - |
YUV | 6.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 8 | 14 | 0.86 | 0.43 | 0 | 0.95 | 210 | 0.75 | 0.03 |
Hex | 2 | 8 | E | 56 | 2B | 0 | 5F | D2 | 4B | 3 |
Octal | 2 | 10 | 16 | 126 | 53 | 0 | 137 | 322 | 113 | 3 |
Binary | 10 | 1000 | 1110 | 1010110 | 101011 | 0 | 1011111 | 11010010 | 1001011 | 11 |
Color Harmonies of #02080E
Complementary color
Monochromatic Colors of #02080E
Black with #02080E
Text Example
Text Example
White with #02080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02080E; }
p { color: rgb(2,8,14); }
H1.HeaderClassName
{
color: #02080E;
}
.AnyTagClassName
{
color: #02080E;
}
</style>
background-color css
<style>
a { background-color: #02080E; }
a { background-color: rgb(2,8,14); }
div.DivClassName
{
background-color: #02080E;
}
.BgClassName
{
background-color: #02080E;
}
</style>
border-color css
<style>
span { border-color: #02080E; }
span { border-color: rgb(2,8,14); }
td.TdClassName
{
border-color: #02080E;
}
.TagClassName
{
border-color: #02080E;
}
</style>