Shades of Melanzane #220B1C
Tints of Melanzane #220B1C
RGB
CMYK
RGB Variations
Color information
#220B1C (or 0x220B1C) is known color: Melanzane. HEX triplet: 22, 0B and 1C. RGB value is (34,11,28). Sum of RGB (Red+Green+Blue) = 34+11+28=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B1C is #DDF4E3. Grayscale: #131313. Windows color (decimal): -14546148 or 1837858. OLE color: 1837858.
HSL color Cylindrical-coordinate representation of color #220B1C: hue angle of 315.65º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #220B1C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 11 | 28 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.87 |
| HSL | 315.65º | 0.51% | 0.09% | - |
| HSV(B) | 315.65º | 0.68% | 0.13% | - |
| XYZ | 0.99 | 0.66 | 1.17 | - |
| YUV | 19.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 28 | 0 | 0.68 | 0.18 | 0.87 | 315.65 | 0.51 | 0.09 |
| Hex | 22 | B | 1C | 0 | 44 | 12 | 57 | 13C | 33 | 9 |
| Octal | 42 | 13 | 34 | 0 | 104 | 22 | 127 | 474 | 63 | 11 |
| Binary | 100010 | 1011 | 11100 | 0 | 1000100 | 10010 | 1010111 | 100111100 | 110011 | 1001 |
Color Harmonies of #220B1C
Complementary color
Monochromatic Colors of #220B1C
Black with #220B1C
Text Example
Text Example
White with #220B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B1C; }
p { color: rgb(34,11,28); }
H1.HeaderClassName
{
color: #220B1C;
}
.AnyTagClassName
{
color: #220B1C;
}
</style>
background-color css
<style>
a { background-color: #220B1C; }
a { background-color: rgb(34,11,28); }
div.DivClassName
{
background-color: #220B1C;
}
.BgClassName
{
background-color: #220B1C;
}
</style>
border-color css
<style>
span { border-color: #220B1C; }
span { border-color: rgb(34,11,28); }
td.TdClassName
{
border-color: #220B1C;
}
.TagClassName
{
border-color: #220B1C;
}
</style>