Shades of Melanzane #211C1F
Tints of Melanzane #211C1F
RGB
CMYK
RGB Variations
Color information
#211C1F (or 0x211C1F) is known color: Melanzane. HEX triplet: 21, 1C and 1F. RGB value is (33,28,31). Sum of RGB (Red+Green+Blue) = 33+28+31=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1F is #DEE3E0. Grayscale: #1D1D1D. Windows color (decimal): -14607329 or 2038817. OLE color: 2038817.
HSL color Cylindrical-coordinate representation of color #211C1F: hue angle of 324º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #211C1F is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 28 | 31 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.87 |
| HSL | 324º | 0.08% | 0.12% | - |
| HSV(B) | 324º | 0.15% | 0.13% | - |
| XYZ | 1.29 | 1.25 | 1.47 | - |
| YUV | 29.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 31 | 0 | 0.15 | 0.06 | 0.87 | 324 | 0.08 | 0.12 |
| Hex | 21 | 1C | 1F | 0 | F | 6 | 57 | 144 | 8 | C |
| Octal | 41 | 34 | 37 | 0 | 17 | 6 | 127 | 504 | 10 | 14 |
| Binary | 100001 | 11100 | 11111 | 0 | 1111 | 110 | 1010111 | 101000100 | 1000 | 1100 |
Color Harmonies of #211C1F
Complementary color
Monochromatic Colors of #211C1F
Black with #211C1F
Text Example
Text Example
White with #211C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C1F; }
p { color: rgb(33,28,31); }
H1.HeaderClassName
{
color: #211C1F;
}
.AnyTagClassName
{
color: #211C1F;
}
</style>
background-color css
<style>
a { background-color: #211C1F; }
a { background-color: rgb(33,28,31); }
div.DivClassName
{
background-color: #211C1F;
}
.BgClassName
{
background-color: #211C1F;
}
</style>
border-color css
<style>
span { border-color: #211C1F; }
span { border-color: rgb(33,28,31); }
td.TdClassName
{
border-color: #211C1F;
}
.TagClassName
{
border-color: #211C1F;
}
</style>