Shades of Melanzane #21161E
Tints of Melanzane #21161E
RGB
CMYK
RGB Variations
Color information
#21161E (or 0x21161E) is known color: Melanzane. HEX triplet: 21, 16 and 1E. RGB value is (33,22,30). Sum of RGB (Red+Green+Blue) = 33+22+30=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #21161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21161E is #DEE9E1. Grayscale: #1A1A1A. Windows color (decimal): -14608866 or 1971745. OLE color: 1971745.
HSL color Cylindrical-coordinate representation of color #21161E: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #21161E is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 30 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.87 |
| HSL | 316.36º | 0.2% | 0.11% | - |
| HSV(B) | 316.36º | 0.33% | 0.13% | - |
| XYZ | 1.15 | 0.99 | 1.36 | - |
| YUV | 26.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 30 | 0 | 0.33 | 0.09 | 0.87 | 316.36 | 0.2 | 0.11 |
| Hex | 21 | 16 | 1E | 0 | 21 | 9 | 57 | 13C | 14 | B |
| Octal | 41 | 26 | 36 | 0 | 41 | 11 | 127 | 474 | 24 | 13 |
| Binary | 100001 | 10110 | 11110 | 0 | 100001 | 1001 | 1010111 | 100111100 | 10100 | 1011 |
Color Harmonies of #21161E
Complementary color
Monochromatic Colors of #21161E
Black with #21161E
Text Example
Text Example
White with #21161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21161E; }
p { color: rgb(33,22,30); }
H1.HeaderClassName
{
color: #21161E;
}
.AnyTagClassName
{
color: #21161E;
}
</style>
background-color css
<style>
a { background-color: #21161E; }
a { background-color: rgb(33,22,30); }
div.DivClassName
{
background-color: #21161E;
}
.BgClassName
{
background-color: #21161E;
}
</style>
border-color css
<style>
span { border-color: #21161E; }
span { border-color: rgb(33,22,30); }
td.TdClassName
{
border-color: #21161E;
}
.TagClassName
{
border-color: #21161E;
}
</style>