Shades of Melanzane #22141C
Tints of Melanzane #22141C
RGB
CMYK
RGB Variations
Color information
#22141C (or 0x22141C) is known color: Melanzane. HEX triplet: 22, 14 and 1C. RGB value is (34,20,28). Sum of RGB (Red+Green+Blue) = 34+20+28=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #22141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22141C is #DDEBE3. Grayscale: #191919. Windows color (decimal): -14543844 or 1840162. OLE color: 1840162.
HSL color Cylindrical-coordinate representation of color #22141C: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #22141C is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 20 | 28 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.87 |
| HSL | 325.71º | 0.26% | 0.11% | - |
| HSV(B) | 325.71º | 0.41% | 0.13% | - |
| XYZ | 1.12 | 0.92 | 1.22 | - |
| YUV | 25.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 28 | 0 | 0.41 | 0.18 | 0.87 | 325.71 | 0.26 | 0.11 |
| Hex | 22 | 14 | 1C | 0 | 29 | 12 | 57 | 146 | 1A | B |
| Octal | 42 | 24 | 34 | 0 | 51 | 22 | 127 | 506 | 32 | 13 |
| Binary | 100010 | 10100 | 11100 | 0 | 101001 | 10010 | 1010111 | 101000110 | 11010 | 1011 |
Color Harmonies of #22141C
Complementary color
Monochromatic Colors of #22141C
Black with #22141C
Text Example
Text Example
White with #22141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22141C; }
p { color: rgb(34,20,28); }
H1.HeaderClassName
{
color: #22141C;
}
.AnyTagClassName
{
color: #22141C;
}
</style>
background-color css
<style>
a { background-color: #22141C; }
a { background-color: rgb(34,20,28); }
div.DivClassName
{
background-color: #22141C;
}
.BgClassName
{
background-color: #22141C;
}
</style>
border-color css
<style>
span { border-color: #22141C; }
span { border-color: rgb(34,20,28); }
td.TdClassName
{
border-color: #22141C;
}
.TagClassName
{
border-color: #22141C;
}
</style>