Shades of Melanzane #22111E
Tints of Melanzane #22111E
RGB
CMYK
RGB Variations
Color information
#22111E (or 0x22111E) is known color: Melanzane. HEX triplet: 22, 11 and 1E. RGB value is (34,17,30). Sum of RGB (Red+Green+Blue) = 34+17+30=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #22111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22111E is #DDEEE1. Grayscale: #171717. Windows color (decimal): -14544610 or 1970466. OLE color: 1970466.
HSL color Cylindrical-coordinate representation of color #22111E: hue angle of 314.12º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #22111E is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 17 | 30 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.87 |
| HSL | 314.12º | 0.33% | 0.1% | - |
| HSV(B) | 314.12º | 0.5% | 0.13% | - |
| XYZ | 1.09 | 0.83 | 1.33 | - |
| YUV | 23.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 30 | 0 | 0.50 | 0.12 | 0.87 | 314.12 | 0.33 | 0.1 |
| Hex | 22 | 11 | 1E | 0 | 32 | C | 57 | 13A | 21 | A |
| Octal | 42 | 21 | 36 | 0 | 62 | 14 | 127 | 472 | 41 | 12 |
| Binary | 100010 | 10001 | 11110 | 0 | 110010 | 1100 | 1010111 | 100111010 | 100001 | 1010 |
Color Harmonies of #22111E
Complementary color
Monochromatic Colors of #22111E
Black with #22111E
Text Example
Text Example
White with #22111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22111E; }
p { color: rgb(34,17,30); }
H1.HeaderClassName
{
color: #22111E;
}
.AnyTagClassName
{
color: #22111E;
}
</style>
background-color css
<style>
a { background-color: #22111E; }
a { background-color: rgb(34,17,30); }
div.DivClassName
{
background-color: #22111E;
}
.BgClassName
{
background-color: #22111E;
}
</style>
border-color css
<style>
span { border-color: #22111E; }
span { border-color: rgb(34,17,30); }
td.TdClassName
{
border-color: #22111E;
}
.TagClassName
{
border-color: #22111E;
}
</style>