Shades of Melanzane #221A1F
Tints of Melanzane #221A1F
RGB
CMYK
RGB Variations
Color information
#221A1F (or 0x221A1F) is known color: Melanzane. HEX triplet: 22, 1A and 1F. RGB value is (34,26,31). Sum of RGB (Red+Green+Blue) = 34+26+31=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A1F is #DDE5E0. Grayscale: #1C1C1C. Windows color (decimal): -14542305 or 2038306. OLE color: 2038306.
HSL color Cylindrical-coordinate representation of color #221A1F: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #221A1F is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 26 | 31 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.87 |
| HSL | 322.5º | 0.13% | 0.12% | - |
| HSV(B) | 322.5º | 0.24% | 0.13% | - |
| XYZ | 1.28 | 1.18 | 1.46 | - |
| YUV | 28.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 31 | 0 | 0.24 | 0.09 | 0.87 | 322.5 | 0.13 | 0.12 |
| Hex | 22 | 1A | 1F | 0 | 18 | 9 | 57 | 142 | D | C |
| Octal | 42 | 32 | 37 | 0 | 30 | 11 | 127 | 502 | 15 | 14 |
| Binary | 100010 | 11010 | 11111 | 0 | 11000 | 1001 | 1010111 | 101000010 | 1101 | 1100 |
Color Harmonies of #221A1F
Complementary color
Monochromatic Colors of #221A1F
Black with #221A1F
Text Example
Text Example
White with #221A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A1F; }
p { color: rgb(34,26,31); }
H1.HeaderClassName
{
color: #221A1F;
}
.AnyTagClassName
{
color: #221A1F;
}
</style>
background-color css
<style>
a { background-color: #221A1F; }
a { background-color: rgb(34,26,31); }
div.DivClassName
{
background-color: #221A1F;
}
.BgClassName
{
background-color: #221A1F;
}
</style>
border-color css
<style>
span { border-color: #221A1F; }
span { border-color: rgb(34,26,31); }
td.TdClassName
{
border-color: #221A1F;
}
.TagClassName
{
border-color: #221A1F;
}
</style>