Shades of Melanzane #0E030B
Tints of Melanzane #0E030B
RGB
CMYK
RGB Variations
Color information
#0E030B (or 0x0E030B) is known color: Melanzane. HEX triplet: 0E, 03 and 0B. RGB value is (14,3,11). Sum of RGB (Red+Green+Blue) = 14+3+11=28 (3% of max value = 765). Red value is 14 (5.86% from 255 or 50% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 14 - color contains mainly: red. Hex color #0E030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E030B is #F1FCF4. Grayscale: #070707. Windows color (decimal): -15858933 or 721678. OLE color: 721678.
HSL color Cylindrical-coordinate representation of color #0E030B: hue angle of 316.36º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E030B is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 3 | 11 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.95 |
| HSL | 316.36º | 0.65% | 0.03% | - |
| HSV(B) | 316.36º | 0.79% | 0.05% | - |
| XYZ | 0.27 | 0.18 | 0.34 | - |
| YUV | 7.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 11 | 0 | 0.79 | 0.21 | 0.95 | 316.36 | 0.65 | 0.03 |
| Hex | E | 3 | B | 0 | 4F | 15 | 5F | 13C | 41 | 3 |
| Octal | 16 | 3 | 13 | 0 | 117 | 25 | 137 | 474 | 101 | 3 |
| Binary | 1110 | 11 | 1011 | 0 | 1001111 | 10101 | 1011111 | 100111100 | 1000001 | 11 |
Color Harmonies of #0E030B
Complementary color
Monochromatic Colors of #0E030B
Black with #0E030B
Text Example
Text Example
White with #0E030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E030B; }
p { color: rgb(14,3,11); }
H1.HeaderClassName
{
color: #0E030B;
}
.AnyTagClassName
{
color: #0E030B;
}
</style>
background-color css
<style>
a { background-color: #0E030B; }
a { background-color: rgb(14,3,11); }
div.DivClassName
{
background-color: #0E030B;
}
.BgClassName
{
background-color: #0E030B;
}
</style>
border-color css
<style>
span { border-color: #0E030B; }
span { border-color: rgb(14,3,11); }
td.TdClassName
{
border-color: #0E030B;
}
.TagClassName
{
border-color: #0E030B;
}
</style>