Shades of Melanzane #22181E
Tints of Melanzane #22181E
RGB
CMYK
RGB Variations
Color information
#22181E (or 0x22181E) is known color: Melanzane. HEX triplet: 22, 18 and 1E. RGB value is (34,24,30). Sum of RGB (Red+Green+Blue) = 34+24+30=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #22181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22181E is #DDE7E1. Grayscale: #1B1B1B. Windows color (decimal): -14542818 or 1972258. OLE color: 1972258.
HSL color Cylindrical-coordinate representation of color #22181E: hue angle of 324º 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 #22181E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 24 | 30 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.87 |
| HSL | 324º | 0.17% | 0.11% | - |
| HSV(B) | 324º | 0.29% | 0.13% | - |
| XYZ | 1.22 | 1.09 | 1.37 | - |
| YUV | 27.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 30 | 0 | 0.29 | 0.12 | 0.87 | 324 | 0.17 | 0.11 |
| Hex | 22 | 18 | 1E | 0 | 1D | C | 57 | 144 | 11 | B |
| Octal | 42 | 30 | 36 | 0 | 35 | 14 | 127 | 504 | 21 | 13 |
| Binary | 100010 | 11000 | 11110 | 0 | 11101 | 1100 | 1010111 | 101000100 | 10001 | 1011 |
Color Harmonies of #22181E
Complementary color
Monochromatic Colors of #22181E
Black with #22181E
Text Example
Text Example
White with #22181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22181E; }
p { color: rgb(34,24,30); }
H1.HeaderClassName
{
color: #22181E;
}
.AnyTagClassName
{
color: #22181E;
}
</style>
background-color css
<style>
a { background-color: #22181E; }
a { background-color: rgb(34,24,30); }
div.DivClassName
{
background-color: #22181E;
}
.BgClassName
{
background-color: #22181E;
}
</style>
border-color css
<style>
span { border-color: #22181E; }
span { border-color: rgb(34,24,30); }
td.TdClassName
{
border-color: #22181E;
}
.TagClassName
{
border-color: #22181E;
}
</style>