Shades of Melanzane #220C1E
Tints of Melanzane #220C1E
RGB
CMYK
RGB Variations
Color information
#220C1E (or 0x220C1E) is known color: Melanzane. HEX triplet: 22, 0C and 1E. RGB value is (34,12,30). Sum of RGB (Red+Green+Blue) = 34+12+30=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #220C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C1E is #DDF3E1. Grayscale: #141414. Windows color (decimal): -14545890 or 1969186. OLE color: 1969186.
HSL color Cylindrical-coordinate representation of color #220C1E: hue angle of 310.91º 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 #220C1E is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 30 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.87 |
| HSL | 310.91º | 0.48% | 0.09% | - |
| HSV(B) | 310.91º | 0.65% | 0.13% | - |
| XYZ | 1.03 | 0.7 | 1.31 | - |
| YUV | 20.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 30 | 0 | 0.65 | 0.12 | 0.87 | 310.91 | 0.48 | 0.09 |
| Hex | 22 | C | 1E | 0 | 41 | C | 57 | 137 | 30 | 9 |
| Octal | 42 | 14 | 36 | 0 | 101 | 14 | 127 | 467 | 60 | 11 |
| Binary | 100010 | 1100 | 11110 | 0 | 1000001 | 1100 | 1010111 | 100110111 | 110000 | 1001 |
Color Harmonies of #220C1E
Complementary color
Monochromatic Colors of #220C1E
Black with #220C1E
Text Example
Text Example
White with #220C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C1E; }
p { color: rgb(34,12,30); }
H1.HeaderClassName
{
color: #220C1E;
}
.AnyTagClassName
{
color: #220C1E;
}
</style>
background-color css
<style>
a { background-color: #220C1E; }
a { background-color: rgb(34,12,30); }
div.DivClassName
{
background-color: #220C1E;
}
.BgClassName
{
background-color: #220C1E;
}
</style>
border-color css
<style>
span { border-color: #220C1E; }
span { border-color: rgb(34,12,30); }
td.TdClassName
{
border-color: #220C1E;
}
.TagClassName
{
border-color: #220C1E;
}
</style>