Shades of Black #0E0908
Tints of Black #0E0908
RGB
CMYK
RGB Variations
Color information
#0E0908 (or 0x0E0908) is known color: Black. HEX triplet: 0E, 09 and 08. RGB value is (14,9,8). Sum of RGB (Red+Green+Blue) = 14+9+8=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0908 is #F1F6F7. Grayscale: #0A0A0A. Windows color (decimal): -15857400 or 526606. OLE color: 526606.
HSL color Cylindrical-coordinate representation of color #0E0908: hue angle of 10º degrees, saturation: 0.27, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0E0908 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 9 | 8 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.95 |
| HSL | 10º | 0.27% | 0.04% | - |
| HSV(B) | 10º | 0.43% | 0.05% | - |
| XYZ | 0.32 | 0.31 | 0.27 | - |
| YUV | 10.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 8 | 0 | 0.36 | 0.43 | 0.95 | 10 | 0.27 | 0.04 |
| Hex | E | 9 | 8 | 0 | 24 | 2B | 5F | A | 1B | 4 |
| Octal | 16 | 11 | 10 | 0 | 44 | 53 | 137 | 12 | 33 | 4 |
| Binary | 1110 | 1001 | 1000 | 0 | 100100 | 101011 | 1011111 | 1010 | 11011 | 100 |
Color Harmonies of #0E0908
Complementary color
Monochromatic Colors of #0E0908
Black with #0E0908
Text Example
Text Example
White with #0E0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0908; }
p { color: rgb(14,9,8); }
H1.HeaderClassName
{
color: #0E0908;
}
.AnyTagClassName
{
color: #0E0908;
}
</style>
background-color css
<style>
a { background-color: #0E0908; }
a { background-color: rgb(14,9,8); }
div.DivClassName
{
background-color: #0E0908;
}
.BgClassName
{
background-color: #0E0908;
}
</style>
border-color css
<style>
span { border-color: #0E0908; }
span { border-color: rgb(14,9,8); }
td.TdClassName
{
border-color: #0E0908;
}
.TagClassName
{
border-color: #0E0908;
}
</style>