Shades of Black #0E0909
Tints of Black #0E0909
RGB
CMYK
RGB Variations
Color information
#0E0909 (or 0x0E0909) is known color: Black. HEX triplet: 0E, 09 and 09. RGB value is (14,9,9). Sum of RGB (Red+Green+Blue) = 14+9+9=32 (4% of max value = 765). Red value is 14 (5.86% from 255 or 43.75% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0909 is #F1F6F6. Grayscale: #0A0A0A. Windows color (decimal): -15857399 or 592142. OLE color: 592142.
HSL color Cylindrical-coordinate representation of color #0E0909: hue angle of 0º 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 #0E0909 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.95.
Color convert
RGB | 14 | 9 | 9 | - |
CMYK | 0 | 0.36 | 0.36 | 0.95 |
HSL | 0º | 0.22% | 0.05% | - |
HSV(B) | 0º | 0.36% | 0.05% | - |
XYZ | 0.33 | 0.31 | 0.3 | - |
YUV | 10.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 9 | 9 | 0 | 0.36 | 0.36 | 0.95 | 0 | 0.22 | 0.05 |
Hex | E | 9 | 9 | 0 | 24 | 24 | 5F | 0 | 16 | 5 |
Octal | 16 | 11 | 11 | 0 | 44 | 44 | 137 | 0 | 26 | 5 |
Binary | 1110 | 1001 | 1001 | 0 | 100100 | 100100 | 1011111 | 0 | 10110 | 101 |
Color Harmonies of #0E0909
Complementary color
Monochromatic Colors of #0E0909
Black with #0E0909
Text Example
Text Example
White with #0E0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0909; }
p { color: rgb(14,9,9); }
H1.HeaderClassName
{
color: #0E0909;
}
.AnyTagClassName
{
color: #0E0909;
}
</style>
background-color css
<style>
a { background-color: #0E0909; }
a { background-color: rgb(14,9,9); }
div.DivClassName
{
background-color: #0E0909;
}
.BgClassName
{
background-color: #0E0909;
}
</style>
border-color css
<style>
span { border-color: #0E0909; }
span { border-color: rgb(14,9,9); }
td.TdClassName
{
border-color: #0E0909;
}
.TagClassName
{
border-color: #0E0909;
}
</style>