Shades of Black #0E0201
Tints of Black #0E0201
RGB
CMYK
RGB Variations
Color information
#0E0201 (or 0x0E0201) is known color: Black. HEX triplet: 0E, 02 and 01. RGB value is (14,2,1). Sum of RGB (Red+Green+Blue) = 14+2+1=17 (2% of max value = 765). Red value is 14 (5.86% from 255 or 82.35% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0201 is #F1FDFE. Grayscale: #050505. Windows color (decimal): -15859199 or 66062. OLE color: 66062.
HSL color Cylindrical-coordinate representation of color #0E0201: hue angle of 4.62º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0201 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.95.
Color convert
RGB | 14 | 2 | 1 | - |
CMYK | 0 | 0.86 | 0.93 | 0.95 |
HSL | 4.62º | 0.87% | 0.03% | - |
HSV(B) | 4.62º | 0.93% | 0.05% | - |
XYZ | 0.21 | 0.14 | 0.04 | - |
YUV | 5.47 | 125.48 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 2 | 1 | 0 | 0.86 | 0.93 | 0.95 | 4.62 | 0.87 | 0.03 |
Hex | E | 2 | 1 | 0 | 56 | 5D | 5F | 5 | 57 | 3 |
Octal | 16 | 2 | 1 | 0 | 126 | 135 | 137 | 5 | 127 | 3 |
Binary | 1110 | 10 | 1 | 0 | 1010110 | 1011101 | 1011111 | 101 | 1010111 | 11 |
Color Harmonies of #0E0201
Complementary color
Monochromatic Colors of #0E0201
Black with #0E0201
Text Example
Text Example
White with #0E0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0201; }
p { color: rgb(14,2,1); }
H1.HeaderClassName
{
color: #0E0201;
}
.AnyTagClassName
{
color: #0E0201;
}
</style>
background-color css
<style>
a { background-color: #0E0201; }
a { background-color: rgb(14,2,1); }
div.DivClassName
{
background-color: #0E0201;
}
.BgClassName
{
background-color: #0E0201;
}
</style>
border-color css
<style>
span { border-color: #0E0201; }
span { border-color: rgb(14,2,1); }
td.TdClassName
{
border-color: #0E0201;
}
.TagClassName
{
border-color: #0E0201;
}
</style>