Shades of Melanzane #220A1A
Tints of Melanzane #220A1A
RGB
CMYK
RGB Variations
Color information
#220A1A (or 0x220A1A) is known color: Melanzane. HEX triplet: 22, 0A and 1A. RGB value is (34,10,26). Sum of RGB (Red+Green+Blue) = 34+10+26=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #220A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A1A is #DDF5E5. Grayscale: #121212. Windows color (decimal): -14546406 or 1706530. OLE color: 1706530.
HSL color Cylindrical-coordinate representation of color #220A1A: hue angle of 320º 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 #220A1A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 10 | 26 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.87 |
| HSL | 320º | 0.55% | 0.09% | - |
| HSV(B) | 320º | 0.71% | 0.13% | - |
| XYZ | 0.95 | 0.63 | 1.05 | - |
| YUV | 19 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 26 | 0 | 0.71 | 0.24 | 0.87 | 320 | 0.55 | 0.09 |
| Hex | 22 | A | 1A | 0 | 47 | 18 | 57 | 140 | 37 | 9 |
| Octal | 42 | 12 | 32 | 0 | 107 | 30 | 127 | 500 | 67 | 11 |
| Binary | 100010 | 1010 | 11010 | 0 | 1000111 | 11000 | 1010111 | 101000000 | 110111 | 1001 |
Color Harmonies of #220A1A
Complementary color
Monochromatic Colors of #220A1A
Black with #220A1A
Text Example
Text Example
White with #220A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A1A; }
p { color: rgb(34,10,26); }
H1.HeaderClassName
{
color: #220A1A;
}
.AnyTagClassName
{
color: #220A1A;
}
</style>
background-color css
<style>
a { background-color: #220A1A; }
a { background-color: rgb(34,10,26); }
div.DivClassName
{
background-color: #220A1A;
}
.BgClassName
{
background-color: #220A1A;
}
</style>
border-color css
<style>
span { border-color: #220A1A; }
span { border-color: rgb(34,10,26); }
td.TdClassName
{
border-color: #220A1A;
}
.TagClassName
{
border-color: #220A1A;
}
</style>