Shades of Black Pearl #080E13
Tints of Black Pearl #080E13
RGB
CMYK
RGB Variations
Color information
#080E13 (or 0x080E13) is known color: Black Pearl. HEX triplet: 08, 0E and 13. RGB value is (8,14,19). Sum of RGB (Red+Green+Blue) = 8+14+19=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #080E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E13 is #F7F1EC. Grayscale: #0C0C0C. Windows color (decimal): -16249325 or 1248776. OLE color: 1248776.
HSL color Cylindrical-coordinate representation of color #080E13: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #080E13 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 14 | 19 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.93 |
| HSL | 207.27º | 0.41% | 0.05% | - |
| HSV(B) | 207.27º | 0.58% | 0.07% | - |
| XYZ | 0.37 | 0.41 | 0.68 | - |
| YUV | 12.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 19 | 0.58 | 0.26 | 0 | 0.93 | 207.27 | 0.41 | 0.05 |
| Hex | 8 | E | 13 | 3A | 1A | 0 | 5D | CF | 29 | 5 |
| Octal | 10 | 16 | 23 | 72 | 32 | 0 | 135 | 317 | 51 | 5 |
| Binary | 1000 | 1110 | 10011 | 111010 | 11010 | 0 | 1011101 | 11001111 | 101001 | 101 |
Color Harmonies of #080E13
Complementary color
Monochromatic Colors of #080E13
Black with #080E13
Text Example
Text Example
White with #080E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E13; }
p { color: rgb(8,14,19); }
H1.HeaderClassName
{
color: #080E13;
}
.AnyTagClassName
{
color: #080E13;
}
</style>
background-color css
<style>
a { background-color: #080E13; }
a { background-color: rgb(8,14,19); }
div.DivClassName
{
background-color: #080E13;
}
.BgClassName
{
background-color: #080E13;
}
</style>
border-color css
<style>
span { border-color: #080E13; }
span { border-color: rgb(8,14,19); }
td.TdClassName
{
border-color: #080E13;
}
.TagClassName
{
border-color: #080E13;
}
</style>