Shades of Black Pearl #080E0F
Tints of Black Pearl #080E0F
RGB
CMYK
RGB Variations
Color information
#080E0F (or 0x080E0F) is known color: Black Pearl. HEX triplet: 08, 0E and 0F. RGB value is (8,14,15). Sum of RGB (Red+Green+Blue) = 8+14+15=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 15 - color contains mainly: blue. Hex color #080E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E0F is #F7F1F0. Grayscale: #0C0C0C. Windows color (decimal): -16249329 or 986632. OLE color: 986632.
HSL color Cylindrical-coordinate representation of color #080E0F: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080E0F is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 14 | 15 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.94 |
| HSL | 188.57º | 0.3% | 0.05% | - |
| HSV(B) | 188.57º | 0.47% | 0.06% | - |
| XYZ | 0.34 | 0.4 | 0.51 | - |
| YUV | 12.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 15 | 0.47 | 0.07 | 0 | 0.94 | 188.57 | 0.3 | 0.05 |
| Hex | 8 | E | F | 2F | 7 | 0 | 5E | BD | 1E | 5 |
| Octal | 10 | 16 | 17 | 57 | 7 | 0 | 136 | 275 | 36 | 5 |
| Binary | 1000 | 1110 | 1111 | 101111 | 111 | 0 | 1011110 | 10111101 | 11110 | 101 |
Color Harmonies of #080E0F
Complementary color
Monochromatic Colors of #080E0F
Black with #080E0F
Text Example
Text Example
White with #080E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E0F; }
p { color: rgb(8,14,15); }
H1.HeaderClassName
{
color: #080E0F;
}
.AnyTagClassName
{
color: #080E0F;
}
</style>
background-color css
<style>
a { background-color: #080E0F; }
a { background-color: rgb(8,14,15); }
div.DivClassName
{
background-color: #080E0F;
}
.BgClassName
{
background-color: #080E0F;
}
</style>
border-color css
<style>
span { border-color: #080E0F; }
span { border-color: rgb(8,14,15); }
td.TdClassName
{
border-color: #080E0F;
}
.TagClassName
{
border-color: #080E0F;
}
</style>