Shades of Black #0E0602
Tints of Black #0E0602
RGB
CMYK
RGB Variations
Color information
#0E0602 (or 0x0E0602) is known color: Black. HEX triplet: 0E, 06 and 02. RGB value is (14,6,2). Sum of RGB (Red+Green+Blue) = 14+6+2=22 (2% of max value = 765). Red value is 14 (5.86% from 255 or 63.64% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0602 is #F1F9FD. Grayscale: #070707. Windows color (decimal): -15858174 or 132622. OLE color: 132622.
HSL color Cylindrical-coordinate representation of color #0E0602: hue angle of 20º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E0602 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.95.
Color convert
RGB | 14 | 6 | 2 | - |
CMYK | 0 | 0.57 | 0.86 | 0.95 |
HSL | 20º | 0.75% | 0.03% | - |
HSV(B) | 20º | 0.86% | 0.05% | - |
XYZ | 0.26 | 0.23 | 0.09 | - |
YUV | 7.94 | 124.65 | 132.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 6 | 2 | 0 | 0.57 | 0.86 | 0.95 | 20 | 0.75 | 0.03 |
Hex | E | 6 | 2 | 0 | 39 | 56 | 5F | 14 | 4B | 3 |
Octal | 16 | 6 | 2 | 0 | 71 | 126 | 137 | 24 | 113 | 3 |
Binary | 1110 | 110 | 10 | 0 | 111001 | 1010110 | 1011111 | 10100 | 1001011 | 11 |
Color Harmonies of #0E0602
Complementary color
Monochromatic Colors of #0E0602
Black with #0E0602
Text Example
Text Example
White with #0E0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0602; }
p { color: rgb(14,6,2); }
H1.HeaderClassName
{
color: #0E0602;
}
.AnyTagClassName
{
color: #0E0602;
}
</style>
background-color css
<style>
a { background-color: #0E0602; }
a { background-color: rgb(14,6,2); }
div.DivClassName
{
background-color: #0E0602;
}
.BgClassName
{
background-color: #0E0602;
}
</style>
border-color css
<style>
span { border-color: #0E0602; }
span { border-color: rgb(14,6,2); }
td.TdClassName
{
border-color: #0E0602;
}
.TagClassName
{
border-color: #0E0602;
}
</style>