Shades of Black #0E0600
Tints of Black #0E0600
RGB
CMYK
RGB Variations
Color information
#0E0600 (or 0x0E0600) is known color: Black. HEX triplet: 0E, 06 and 00. RGB value is (14,6,0). Sum of RGB (Red+Green+Blue) = 14+6+0=20 (2% of max value = 765). Red value is 14 (5.86% from 255 or 70% from 20); Green value is 6 (2.73% from 255 or 30% from 20); Blue value is 0 (0.39% from 255 or 0% from 20); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0600 is #F1F9FF. Grayscale: #070707. Windows color (decimal): -15858176 or 1550. OLE color: 1550.
HSL color Cylindrical-coordinate representation of color #0E0600: hue angle of 25.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 6 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.95 |
| HSL | 25.71º | 1% | 0.03% | - |
| HSV(B) | 25.71º | 1% | 0.05% | - |
| XYZ | 0.25 | 0.22 | 0.03 | - |
| YUV | 7.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 0 | 0 | 0.57 | 1 | 0.95 | 25.71 | 1 | 0.03 |
| Hex | E | 6 | 0 | 0 | 39 | 64 | 5F | 1A | 64 | 3 |
| Octal | 16 | 6 | 0 | 0 | 71 | 144 | 137 | 32 | 144 | 3 |
| Binary | 1110 | 110 | 0 | 0 | 111001 | 1100100 | 1011111 | 11010 | 1100100 | 11 |
Color Harmonies of #0E0600
Complementary color
Monochromatic Colors of #0E0600
Black with #0E0600
Text Example
Text Example
White with #0E0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0600; }
p { color: rgb(14,6,0); }
H1.HeaderClassName
{
color: #0E0600;
}
.AnyTagClassName
{
color: #0E0600;
}
</style>
background-color css
<style>
a { background-color: #0E0600; }
a { background-color: rgb(14,6,0); }
div.DivClassName
{
background-color: #0E0600;
}
.BgClassName
{
background-color: #0E0600;
}
</style>
border-color css
<style>
span { border-color: #0E0600; }
span { border-color: rgb(14,6,0); }
td.TdClassName
{
border-color: #0E0600;
}
.TagClassName
{
border-color: #0E0600;
}
</style>