Shades of Black #0E0802
Tints of Black #0E0802
RGB
CMYK
RGB Variations
Color information
#0E0802 (or 0x0E0802) is known color: Black. HEX triplet: 0E, 08 and 02. RGB value is (14,8,2). Sum of RGB (Red+Green+Blue) = 14+8+2=24 (3% of max value = 765). Red value is 14 (5.86% from 255 or 58.33% from 24); Green value is 8 (3.52% from 255 or 33.33% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0802 is #F1F7FD. Grayscale: #090909. Windows color (decimal): -15857662 or 133134. OLE color: 133134.
HSL color Cylindrical-coordinate representation of color #0E0802: hue angle of 30º 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 #0E0802 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.95.
Color convert
RGB | 14 | 8 | 2 | - |
CMYK | 0 | 0.43 | 0.86 | 0.95 |
HSL | 30º | 0.75% | 0.03% | - |
HSV(B) | 30º | 0.86% | 0.05% | - |
XYZ | 0.28 | 0.27 | 0.1 | - |
YUV | 9.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 8 | 2 | 0 | 0.43 | 0.86 | 0.95 | 30 | 0.75 | 0.03 |
Hex | E | 8 | 2 | 0 | 2B | 56 | 5F | 1E | 4B | 3 |
Octal | 16 | 10 | 2 | 0 | 53 | 126 | 137 | 36 | 113 | 3 |
Binary | 1110 | 1000 | 10 | 0 | 101011 | 1010110 | 1011111 | 11110 | 1001011 | 11 |
Color Harmonies of #0E0802
Complementary color
Monochromatic Colors of #0E0802
Black with #0E0802
Text Example
Text Example
White with #0E0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0802; }
p { color: rgb(14,8,2); }
H1.HeaderClassName
{
color: #0E0802;
}
.AnyTagClassName
{
color: #0E0802;
}
</style>
background-color css
<style>
a { background-color: #0E0802; }
a { background-color: rgb(14,8,2); }
div.DivClassName
{
background-color: #0E0802;
}
.BgClassName
{
background-color: #0E0802;
}
</style>
border-color css
<style>
span { border-color: #0E0802; }
span { border-color: rgb(14,8,2); }
td.TdClassName
{
border-color: #0E0802;
}
.TagClassName
{
border-color: #0E0802;
}
</style>