Shades of Melanzane #220F1E
Tints of Melanzane #220F1E
RGB
CMYK
RGB Variations
Color information
#220F1E (or 0x220F1E) is known color: Melanzane. HEX triplet: 22, 0F and 1E. RGB value is (34,15,30). Sum of RGB (Red+Green+Blue) = 34+15+30=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 34 - color contains mainly: red. Hex color #220F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F1E is #DDF0E1. Grayscale: #161616. Windows color (decimal): -14545122 or 1969954. OLE color: 1969954.
HSL color Cylindrical-coordinate representation of color #220F1E: hue angle of 312.63º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #220F1E is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 30 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.87 |
| HSL | 312.63º | 0.39% | 0.1% | - |
| HSV(B) | 312.63º | 0.56% | 0.13% | - |
| XYZ | 1.06 | 0.78 | 1.32 | - |
| YUV | 22.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 30 | 0 | 0.56 | 0.12 | 0.87 | 312.63 | 0.39 | 0.1 |
| Hex | 22 | F | 1E | 0 | 38 | C | 57 | 139 | 27 | A |
| Octal | 42 | 17 | 36 | 0 | 70 | 14 | 127 | 471 | 47 | 12 |
| Binary | 100010 | 1111 | 11110 | 0 | 111000 | 1100 | 1010111 | 100111001 | 100111 | 1010 |
Color Harmonies of #220F1E
Complementary color
Monochromatic Colors of #220F1E
Black with #220F1E
Text Example
Text Example
White with #220F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F1E; }
p { color: rgb(34,15,30); }
H1.HeaderClassName
{
color: #220F1E;
}
.AnyTagClassName
{
color: #220F1E;
}
</style>
background-color css
<style>
a { background-color: #220F1E; }
a { background-color: rgb(34,15,30); }
div.DivClassName
{
background-color: #220F1E;
}
.BgClassName
{
background-color: #220F1E;
}
</style>
border-color css
<style>
span { border-color: #220F1E; }
span { border-color: rgb(34,15,30); }
td.TdClassName
{
border-color: #220F1E;
}
.TagClassName
{
border-color: #220F1E;
}
</style>