Shades of Melanzane #22071B
Tints of Melanzane #22071B
RGB
CMYK
RGB Variations
Color information
#22071B (or 0x22071B) is known color: Melanzane. HEX triplet: 22, 07 and 1B. RGB value is (34,7,27). Sum of RGB (Red+Green+Blue) = 34+7+27=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #22071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22071B is #DDF8E4. Grayscale: #111111. Windows color (decimal): -14547173 or 1771298. OLE color: 1771298.
HSL color Cylindrical-coordinate representation of color #22071B: hue angle of 315.56º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22071B is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 7 | 27 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.87 |
| HSL | 315.56º | 0.66% | 0.08% | - |
| HSV(B) | 315.56º | 0.79% | 0.13% | - |
| XYZ | 0.93 | 0.57 | 1.1 | - |
| YUV | 17.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 27 | 0 | 0.79 | 0.21 | 0.87 | 315.56 | 0.66 | 0.08 |
| Hex | 22 | 7 | 1B | 0 | 4F | 15 | 57 | 13C | 42 | 8 |
| Octal | 42 | 7 | 33 | 0 | 117 | 25 | 127 | 474 | 102 | 10 |
| Binary | 100010 | 111 | 11011 | 0 | 1001111 | 10101 | 1010111 | 100111100 | 1000010 | 1000 |
Color Harmonies of #22071B
Complementary color
Monochromatic Colors of #22071B
Black with #22071B
Text Example
Text Example
White with #22071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22071B; }
p { color: rgb(34,7,27); }
H1.HeaderClassName
{
color: #22071B;
}
.AnyTagClassName
{
color: #22071B;
}
</style>
background-color css
<style>
a { background-color: #22071B; }
a { background-color: rgb(34,7,27); }
div.DivClassName
{
background-color: #22071B;
}
.BgClassName
{
background-color: #22071B;
}
</style>
border-color css
<style>
span { border-color: #22071B; }
span { border-color: rgb(34,7,27); }
td.TdClassName
{
border-color: #22071B;
}
.TagClassName
{
border-color: #22071B;
}
</style>