Shades of Melanzane #22161D
Tints of Melanzane #22161D
RGB
CMYK
RGB Variations
Color information
#22161D (or 0x22161D) is known color: Melanzane. HEX triplet: 22, 16 and 1D. RGB value is (34,22,29). Sum of RGB (Red+Green+Blue) = 34+22+29=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #22161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22161D is #DDE9E2. Grayscale: #1A1A1A. Windows color (decimal): -14543331 or 1906210. OLE color: 1906210.
HSL color Cylindrical-coordinate representation of color #22161D: hue angle of 325º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #22161D is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 22 | 29 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.87 |
| HSL | 325º | 0.21% | 0.11% | - |
| HSV(B) | 325º | 0.35% | 0.13% | - |
| XYZ | 1.17 | 1 | 1.29 | - |
| YUV | 26.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 29 | 0 | 0.35 | 0.15 | 0.87 | 325 | 0.21 | 0.11 |
| Hex | 22 | 16 | 1D | 0 | 23 | F | 57 | 145 | 15 | B |
| Octal | 42 | 26 | 35 | 0 | 43 | 17 | 127 | 505 | 25 | 13 |
| Binary | 100010 | 10110 | 11101 | 0 | 100011 | 1111 | 1010111 | 101000101 | 10101 | 1011 |
Color Harmonies of #22161D
Complementary color
Monochromatic Colors of #22161D
Black with #22161D
Text Example
Text Example
White with #22161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22161D; }
p { color: rgb(34,22,29); }
H1.HeaderClassName
{
color: #22161D;
}
.AnyTagClassName
{
color: #22161D;
}
</style>
background-color css
<style>
a { background-color: #22161D; }
a { background-color: rgb(34,22,29); }
div.DivClassName
{
background-color: #22161D;
}
.BgClassName
{
background-color: #22161D;
}
</style>
border-color css
<style>
span { border-color: #22161D; }
span { border-color: rgb(34,22,29); }
td.TdClassName
{
border-color: #22161D;
}
.TagClassName
{
border-color: #22161D;
}
</style>