Shades of Black #0E0806
Tints of Black #0E0806
RGB
CMYK
RGB Variations
Color information
#0E0806 (or 0x0E0806) is known color: Black. HEX triplet: 0E, 08 and 06. RGB value is (14,8,6). Sum of RGB (Red+Green+Blue) = 14+8+6=28 (3% of max value = 765). Red value is 14 (5.86% from 255 or 50% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0806 is #F1F7F9. Grayscale: #090909. Windows color (decimal): -15857658 or 395278. OLE color: 395278.
HSL color Cylindrical-coordinate representation of color #0E0806: hue angle of 15º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0E0806 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 8 | 6 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.95 |
| HSL | 15º | 0.4% | 0.04% | - |
| HSV(B) | 15º | 0.57% | 0.05% | - |
| XYZ | 0.3 | 0.28 | 0.21 | - |
| YUV | 9.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 6 | 0 | 0.43 | 0.57 | 0.95 | 15 | 0.4 | 0.04 |
| Hex | E | 8 | 6 | 0 | 2B | 39 | 5F | F | 28 | 4 |
| Octal | 16 | 10 | 6 | 0 | 53 | 71 | 137 | 17 | 50 | 4 |
| Binary | 1110 | 1000 | 110 | 0 | 101011 | 111001 | 1011111 | 1111 | 101000 | 100 |
Color Harmonies of #0E0806
Complementary color
Monochromatic Colors of #0E0806
Black with #0E0806
Text Example
Text Example
White with #0E0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0806; }
p { color: rgb(14,8,6); }
H1.HeaderClassName
{
color: #0E0806;
}
.AnyTagClassName
{
color: #0E0806;
}
</style>
background-color css
<style>
a { background-color: #0E0806; }
a { background-color: rgb(14,8,6); }
div.DivClassName
{
background-color: #0E0806;
}
.BgClassName
{
background-color: #0E0806;
}
</style>
border-color css
<style>
span { border-color: #0E0806; }
span { border-color: rgb(14,8,6); }
td.TdClassName
{
border-color: #0E0806;
}
.TagClassName
{
border-color: #0E0806;
}
</style>