Shades of Melanzane #22071C
Tints of Melanzane #22071C
RGB
CMYK
RGB Variations
Color information
#22071C (or 0x22071C) is known color: Melanzane. HEX triplet: 22, 07 and 1C. RGB value is (34,7,28). Sum of RGB (Red+Green+Blue) = 34+7+28=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #22071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22071C is #DDF8E3. Grayscale: #111111. Windows color (decimal): -14547172 or 1836834. OLE color: 1836834.
HSL color Cylindrical-coordinate representation of color #22071C: hue angle of 313.33º 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 #22071C is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 7 | 28 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.87 |
| HSL | 313.33º | 0.66% | 0.08% | - |
| HSV(B) | 313.33º | 0.79% | 0.13% | - |
| XYZ | 0.95 | 0.58 | 1.16 | - |
| YUV | 17.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 28 | 0 | 0.79 | 0.18 | 0.87 | 313.33 | 0.66 | 0.08 |
| Hex | 22 | 7 | 1C | 0 | 4F | 12 | 57 | 139 | 42 | 8 |
| Octal | 42 | 7 | 34 | 0 | 117 | 22 | 127 | 471 | 102 | 10 |
| Binary | 100010 | 111 | 11100 | 0 | 1001111 | 10010 | 1010111 | 100111001 | 1000010 | 1000 |
Color Harmonies of #22071C
Complementary color
Monochromatic Colors of #22071C
Black with #22071C
Text Example
Text Example
White with #22071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22071C; }
p { color: rgb(34,7,28); }
H1.HeaderClassName
{
color: #22071C;
}
.AnyTagClassName
{
color: #22071C;
}
</style>
background-color css
<style>
a { background-color: #22071C; }
a { background-color: rgb(34,7,28); }
div.DivClassName
{
background-color: #22071C;
}
.BgClassName
{
background-color: #22071C;
}
</style>
border-color css
<style>
span { border-color: #22071C; }
span { border-color: rgb(34,7,28); }
td.TdClassName
{
border-color: #22071C;
}
.TagClassName
{
border-color: #22071C;
}
</style>