Shades of Black Pearl #080E18
Tints of Black Pearl #080E18
RGB
CMYK
RGB Variations
Color information
#080E18 (or 0x080E18) is known color: Black Pearl. HEX triplet: 08, 0E and 18. RGB value is (8,14,24). Sum of RGB (Red+Green+Blue) = 8+14+24=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #080E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E18 is #F7F1E7. Grayscale: #0D0D0D. Windows color (decimal): -16249320 or 1576456. OLE color: 1576456.
HSL color Cylindrical-coordinate representation of color #080E18: hue angle of 217.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080E18 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 14 | 24 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.91 |
| HSL | 217.5º | 0.5% | 0.06% | - |
| HSV(B) | 217.5º | 0.67% | 0.09% | - |
| XYZ | 0.42 | 0.43 | 0.93 | - |
| YUV | 13.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 24 | 0.67 | 0.42 | 0 | 0.91 | 217.5 | 0.5 | 0.06 |
| Hex | 8 | E | 18 | 43 | 2A | 0 | 5B | DA | 32 | 6 |
| Octal | 10 | 16 | 30 | 103 | 52 | 0 | 133 | 332 | 62 | 6 |
| Binary | 1000 | 1110 | 11000 | 1000011 | 101010 | 0 | 1011011 | 11011010 | 110010 | 110 |
Color Harmonies of #080E18
Complementary color
Monochromatic Colors of #080E18
Black with #080E18
Text Example
Text Example
White with #080E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E18; }
p { color: rgb(8,14,24); }
H1.HeaderClassName
{
color: #080E18;
}
.AnyTagClassName
{
color: #080E18;
}
</style>
background-color css
<style>
a { background-color: #080E18; }
a { background-color: rgb(8,14,24); }
div.DivClassName
{
background-color: #080E18;
}
.BgClassName
{
background-color: #080E18;
}
</style>
border-color css
<style>
span { border-color: #080E18; }
span { border-color: rgb(8,14,24); }
td.TdClassName
{
border-color: #080E18;
}
.TagClassName
{
border-color: #080E18;
}
</style>