Shades of Black #0E0605
Tints of Black #0E0605
RGB
CMYK
RGB Variations
Color information
#0E0605 (or 0x0E0605) is known color: Black. HEX triplet: 0E, 06 and 05. RGB value is (14,6,5). Sum of RGB (Red+Green+Blue) = 14+6+5=25 (3% of max value = 765). Red value is 14 (5.86% from 255 or 56% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0605 is #F1F9FA. Grayscale: #080808. Windows color (decimal): -15858171 or 329230. OLE color: 329230.
HSL color Cylindrical-coordinate representation of color #0E0605: hue angle of 6.67º 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 #0E0605 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.95.
Color convert
RGB | 14 | 6 | 5 | - |
CMYK | 0 | 0.57 | 0.64 | 0.95 |
HSL | 6.67º | 0.47% | 0.04% | - |
HSV(B) | 6.67º | 0.64% | 0.05% | - |
XYZ | 0.27 | 0.23 | 0.17 | - |
YUV | 8.28 | 126.15 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 6 | 5 | 0 | 0.57 | 0.64 | 0.95 | 6.67 | 0.47 | 0.04 |
Hex | E | 6 | 5 | 0 | 39 | 40 | 5F | 7 | 2F | 4 |
Octal | 16 | 6 | 5 | 0 | 71 | 100 | 137 | 7 | 57 | 4 |
Binary | 1110 | 110 | 101 | 0 | 111001 | 1000000 | 1011111 | 111 | 101111 | 100 |
Color Harmonies of #0E0605
Complementary color
Monochromatic Colors of #0E0605
Black with #0E0605
Text Example
Text Example
White with #0E0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0605; }
p { color: rgb(14,6,5); }
H1.HeaderClassName
{
color: #0E0605;
}
.AnyTagClassName
{
color: #0E0605;
}
</style>
background-color css
<style>
a { background-color: #0E0605; }
a { background-color: rgb(14,6,5); }
div.DivClassName
{
background-color: #0E0605;
}
.BgClassName
{
background-color: #0E0605;
}
</style>
border-color css
<style>
span { border-color: #0E0605; }
span { border-color: rgb(14,6,5); }
td.TdClassName
{
border-color: #0E0605;
}
.TagClassName
{
border-color: #0E0605;
}
</style>