Shades of Melanzane #21171F
Tints of Melanzane #21171F
RGB
CMYK
RGB Variations
Color information
#21171F (or 0x21171F) is known color: Melanzane. HEX triplet: 21, 17 and 1F. RGB value is (33,23,31). Sum of RGB (Red+Green+Blue) = 33+23+31=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #21171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21171F is #DEE8E0. Grayscale: #1A1A1A. Windows color (decimal): -14608609 or 2037537. OLE color: 2037537.
HSL color Cylindrical-coordinate representation of color #21171F: hue angle of 312º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21171F is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 31 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.87 |
| HSL | 312º | 0.18% | 0.11% | - |
| HSV(B) | 312º | 0.3% | 0.13% | - |
| XYZ | 1.18 | 1.04 | 1.43 | - |
| YUV | 26.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 31 | 0 | 0.30 | 0.06 | 0.87 | 312 | 0.18 | 0.11 |
| Hex | 21 | 17 | 1F | 0 | 1E | 6 | 57 | 138 | 12 | B |
| Octal | 41 | 27 | 37 | 0 | 36 | 6 | 127 | 470 | 22 | 13 |
| Binary | 100001 | 10111 | 11111 | 0 | 11110 | 110 | 1010111 | 100111000 | 10010 | 1011 |
Color Harmonies of #21171F
Complementary color
Monochromatic Colors of #21171F
Black with #21171F
Text Example
Text Example
White with #21171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21171F; }
p { color: rgb(33,23,31); }
H1.HeaderClassName
{
color: #21171F;
}
.AnyTagClassName
{
color: #21171F;
}
</style>
background-color css
<style>
a { background-color: #21171F; }
a { background-color: rgb(33,23,31); }
div.DivClassName
{
background-color: #21171F;
}
.BgClassName
{
background-color: #21171F;
}
</style>
border-color css
<style>
span { border-color: #21171F; }
span { border-color: rgb(33,23,31); }
td.TdClassName
{
border-color: #21171F;
}
.TagClassName
{
border-color: #21171F;
}
</style>