Shades of Black Pearl #080E14
Tints of Black Pearl #080E14
RGB
CMYK
RGB Variations
Color information
#080E14 (or 0x080E14) is known color: Black Pearl. HEX triplet: 08, 0E and 14. RGB value is (8,14,20). Sum of RGB (Red+Green+Blue) = 8+14+20=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #080E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E14 is #F7F1EB. Grayscale: #0C0C0C. Windows color (decimal): -16249324 or 1314312. OLE color: 1314312.
HSL color Cylindrical-coordinate representation of color #080E14: hue angle of 210º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080E14 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 14 | 20 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.92 |
| HSL | 210º | 0.43% | 0.05% | - |
| HSV(B) | 210º | 0.6% | 0.08% | - |
| XYZ | 0.38 | 0.42 | 0.72 | - |
| YUV | 12.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 20 | 0.60 | 0.30 | 0 | 0.92 | 210 | 0.43 | 0.05 |
| Hex | 8 | E | 14 | 3C | 1E | 0 | 5C | D2 | 2B | 5 |
| Octal | 10 | 16 | 24 | 74 | 36 | 0 | 134 | 322 | 53 | 5 |
| Binary | 1000 | 1110 | 10100 | 111100 | 11110 | 0 | 1011100 | 11010010 | 101011 | 101 |
Color Harmonies of #080E14
Complementary color
Monochromatic Colors of #080E14
Black with #080E14
Text Example
Text Example
White with #080E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E14; }
p { color: rgb(8,14,20); }
H1.HeaderClassName
{
color: #080E14;
}
.AnyTagClassName
{
color: #080E14;
}
</style>
background-color css
<style>
a { background-color: #080E14; }
a { background-color: rgb(8,14,20); }
div.DivClassName
{
background-color: #080E14;
}
.BgClassName
{
background-color: #080E14;
}
</style>
border-color css
<style>
span { border-color: #080E14; }
span { border-color: rgb(8,14,20); }
td.TdClassName
{
border-color: #080E14;
}
.TagClassName
{
border-color: #080E14;
}
</style>