Shades of Black #0E0705
Tints of Black #0E0705
RGB
CMYK
RGB Variations
Color information
#0E0705 (or 0x0E0705) is known color: Black. HEX triplet: 0E, 07 and 05. RGB value is (14,7,5). Sum of RGB (Red+Green+Blue) = 14+7+5=26 (3% of max value = 765). Red value is 14 (5.86% from 255 or 53.85% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0705 is #F1F8FA. Grayscale: #080808. Windows color (decimal): -15857915 or 329486. OLE color: 329486.
HSL color Cylindrical-coordinate representation of color #0E0705: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E0705 is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 7 | 5 | - |
| CMYK | 0 | 0.5 | 0.64 | 0.95 |
| HSL | 13.33º | 0.47% | 0.04% | - |
| HSV(B) | 13.33º | 0.64% | 0.05% | - |
| XYZ | 0.28 | 0.26 | 0.18 | - |
| YUV | 8.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 5 | 0 | 0.5 | 0.64 | 0.95 | 13.33 | 0.47 | 0.04 |
| Hex | E | 7 | 5 | 0 | 32 | 40 | 5F | D | 2F | 4 |
| Octal | 16 | 7 | 5 | 0 | 62 | 100 | 137 | 15 | 57 | 4 |
| Binary | 1110 | 111 | 101 | 0 | 110010 | 1000000 | 1011111 | 1101 | 101111 | 100 |
Color Harmonies of #0E0705
Complementary color
Monochromatic Colors of #0E0705
Black with #0E0705
Text Example
Text Example
White with #0E0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0705; }
p { color: rgb(14,7,5); }
H1.HeaderClassName
{
color: #0E0705;
}
.AnyTagClassName
{
color: #0E0705;
}
</style>
background-color css
<style>
a { background-color: #0E0705; }
a { background-color: rgb(14,7,5); }
div.DivClassName
{
background-color: #0E0705;
}
.BgClassName
{
background-color: #0E0705;
}
</style>
border-color css
<style>
span { border-color: #0E0705; }
span { border-color: rgb(14,7,5); }
td.TdClassName
{
border-color: #0E0705;
}
.TagClassName
{
border-color: #0E0705;
}
</style>