Shades of Melanzane #22181F
Tints of Melanzane #22181F
RGB
CMYK
RGB Variations
Color information
#22181F (or 0x22181F) is known color: Melanzane. HEX triplet: 22, 18 and 1F. RGB value is (34,24,31). Sum of RGB (Red+Green+Blue) = 34+24+31=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #22181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22181F is #DDE7E0. Grayscale: #1B1B1B. Windows color (decimal): -14542817 or 2037794. OLE color: 2037794.
HSL color Cylindrical-coordinate representation of color #22181F: hue angle of 318º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #22181F is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 24 | 31 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.87 |
| HSL | 318º | 0.17% | 0.11% | - |
| HSV(B) | 318º | 0.29% | 0.13% | - |
| XYZ | 1.23 | 1.09 | 1.44 | - |
| YUV | 27.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 31 | 0 | 0.29 | 0.09 | 0.87 | 318 | 0.17 | 0.11 |
| Hex | 22 | 18 | 1F | 0 | 1D | 9 | 57 | 13E | 11 | B |
| Octal | 42 | 30 | 37 | 0 | 35 | 11 | 127 | 476 | 21 | 13 |
| Binary | 100010 | 11000 | 11111 | 0 | 11101 | 1001 | 1010111 | 100111110 | 10001 | 1011 |
Color Harmonies of #22181F
Complementary color
Monochromatic Colors of #22181F
Black with #22181F
Text Example
Text Example
White with #22181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22181F; }
p { color: rgb(34,24,31); }
H1.HeaderClassName
{
color: #22181F;
}
.AnyTagClassName
{
color: #22181F;
}
</style>
background-color css
<style>
a { background-color: #22181F; }
a { background-color: rgb(34,24,31); }
div.DivClassName
{
background-color: #22181F;
}
.BgClassName
{
background-color: #22181F;
}
</style>
border-color css
<style>
span { border-color: #22181F; }
span { border-color: rgb(34,24,31); }
td.TdClassName
{
border-color: #22181F;
}
.TagClassName
{
border-color: #22181F;
}
</style>