Shades of Black #0E0A09
Tints of Black #0E0A09
RGB
CMYK
RGB Variations
Color information
#0E0A09 (or 0x0E0A09) is known color: Black. HEX triplet: 0E, 0A and 09. RGB value is (14,10,9). Sum of RGB (Red+Green+Blue) = 14+10+9=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A09 is #F1F5F6. Grayscale: #0B0B0B. Windows color (decimal): -15857143 or 592398. OLE color: 592398.
HSL color Cylindrical-coordinate representation of color #0E0A09: hue angle of 12º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0E0A09 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.95.
Color convert
RGB | 14 | 10 | 9 | - |
CMYK | 0 | 0.29 | 0.36 | 0.95 |
HSL | 12º | 0.22% | 0.05% | - |
HSV(B) | 12º | 0.36% | 0.05% | - |
XYZ | 0.34 | 0.33 | 0.3 | - |
YUV | 11.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 10 | 9 | 0 | 0.29 | 0.36 | 0.95 | 12 | 0.22 | 0.05 |
Hex | E | A | 9 | 0 | 1D | 24 | 5F | C | 16 | 5 |
Octal | 16 | 12 | 11 | 0 | 35 | 44 | 137 | 14 | 26 | 5 |
Binary | 1110 | 1010 | 1001 | 0 | 11101 | 100100 | 1011111 | 1100 | 10110 | 101 |
Color Harmonies of #0E0A09
Complementary color
Monochromatic Colors of #0E0A09
Black with #0E0A09
Text Example
Text Example
White with #0E0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A09; }
p { color: rgb(14,10,9); }
H1.HeaderClassName
{
color: #0E0A09;
}
.AnyTagClassName
{
color: #0E0A09;
}
</style>
background-color css
<style>
a { background-color: #0E0A09; }
a { background-color: rgb(14,10,9); }
div.DivClassName
{
background-color: #0E0A09;
}
.BgClassName
{
background-color: #0E0A09;
}
</style>
border-color css
<style>
span { border-color: #0E0A09; }
span { border-color: rgb(14,10,9); }
td.TdClassName
{
border-color: #0E0A09;
}
.TagClassName
{
border-color: #0E0A09;
}
</style>