Shades of Melanzane #220C1B
Tints of Melanzane #220C1B
RGB
CMYK
RGB Variations
Color information
#220C1B (or 0x220C1B) is known color: Melanzane. HEX triplet: 22, 0C and 1B. RGB value is (34,12,27). Sum of RGB (Red+Green+Blue) = 34+12+27=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C1B is #DDF3E4. Grayscale: #141414. Windows color (decimal): -14545893 or 1772578. OLE color: 1772578.
HSL color Cylindrical-coordinate representation of color #220C1B: hue angle of 319.09º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220C1B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 27 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.87 |
| HSL | 319.09º | 0.48% | 0.09% | - |
| HSV(B) | 319.09º | 0.65% | 0.13% | - |
| XYZ | 0.99 | 0.68 | 1.12 | - |
| YUV | 20.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 27 | 0 | 0.65 | 0.21 | 0.87 | 319.09 | 0.48 | 0.09 |
| Hex | 22 | C | 1B | 0 | 41 | 15 | 57 | 13F | 30 | 9 |
| Octal | 42 | 14 | 33 | 0 | 101 | 25 | 127 | 477 | 60 | 11 |
| Binary | 100010 | 1100 | 11011 | 0 | 1000001 | 10101 | 1010111 | 100111111 | 110000 | 1001 |
Color Harmonies of #220C1B
Complementary color
Monochromatic Colors of #220C1B
Black with #220C1B
Text Example
Text Example
White with #220C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C1B; }
p { color: rgb(34,12,27); }
H1.HeaderClassName
{
color: #220C1B;
}
.AnyTagClassName
{
color: #220C1B;
}
</style>
background-color css
<style>
a { background-color: #220C1B; }
a { background-color: rgb(34,12,27); }
div.DivClassName
{
background-color: #220C1B;
}
.BgClassName
{
background-color: #220C1B;
}
</style>
border-color css
<style>
span { border-color: #220C1B; }
span { border-color: rgb(34,12,27); }
td.TdClassName
{
border-color: #220C1B;
}
.TagClassName
{
border-color: #220C1B;
}
</style>