Shades of Melanzane #220A1D
Tints of Melanzane #220A1D
RGB
CMYK
RGB Variations
Color information
#220A1D (or 0x220A1D) is known color: Melanzane. HEX triplet: 22, 0A and 1D. RGB value is (34,10,29). Sum of RGB (Red+Green+Blue) = 34+10+29=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A1D is #DDF5E2. Grayscale: #131313. Windows color (decimal): -14546403 or 1903138. OLE color: 1903138.
HSL color Cylindrical-coordinate representation of color #220A1D: hue angle of 312.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220A1D is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 10 | 29 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.87 |
| HSL | 312.5º | 0.55% | 0.09% | - |
| HSV(B) | 312.5º | 0.71% | 0.13% | - |
| XYZ | 0.99 | 0.65 | 1.23 | - |
| YUV | 19.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 29 | 0 | 0.71 | 0.15 | 0.87 | 312.5 | 0.55 | 0.09 |
| Hex | 22 | A | 1D | 0 | 47 | F | 57 | 138 | 37 | 9 |
| Octal | 42 | 12 | 35 | 0 | 107 | 17 | 127 | 470 | 67 | 11 |
| Binary | 100010 | 1010 | 11101 | 0 | 1000111 | 1111 | 1010111 | 100111000 | 110111 | 1001 |
Color Harmonies of #220A1D
Complementary color
Monochromatic Colors of #220A1D
Black with #220A1D
Text Example
Text Example
White with #220A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A1D; }
p { color: rgb(34,10,29); }
H1.HeaderClassName
{
color: #220A1D;
}
.AnyTagClassName
{
color: #220A1D;
}
</style>
background-color css
<style>
a { background-color: #220A1D; }
a { background-color: rgb(34,10,29); }
div.DivClassName
{
background-color: #220A1D;
}
.BgClassName
{
background-color: #220A1D;
}
</style>
border-color css
<style>
span { border-color: #220A1D; }
span { border-color: rgb(34,10,29); }
td.TdClassName
{
border-color: #220A1D;
}
.TagClassName
{
border-color: #220A1D;
}
</style>