Shades of Melanzane #21181E
Tints of Melanzane #21181E
RGB
CMYK
RGB Variations
Color information
#21181E (or 0x21181E) is known color: Melanzane. HEX triplet: 21, 18 and 1E. RGB value is (33,24,30). Sum of RGB (Red+Green+Blue) = 33+24+30=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #21181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21181E is #DEE7E1. Grayscale: #1B1B1B. Windows color (decimal): -14608354 or 1972257. OLE color: 1972257.
HSL color Cylindrical-coordinate representation of color #21181E: hue angle of 320º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21181E is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 24 | 30 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.87 |
| HSL | 320º | 0.16% | 0.11% | - |
| HSV(B) | 320º | 0.27% | 0.13% | - |
| XYZ | 1.19 | 1.07 | 1.37 | - |
| YUV | 27.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 30 | 0 | 0.27 | 0.09 | 0.87 | 320 | 0.16 | 0.11 |
| Hex | 21 | 18 | 1E | 0 | 1B | 9 | 57 | 140 | 10 | B |
| Octal | 41 | 30 | 36 | 0 | 33 | 11 | 127 | 500 | 20 | 13 |
| Binary | 100001 | 11000 | 11110 | 0 | 11011 | 1001 | 1010111 | 101000000 | 10000 | 1011 |
Color Harmonies of #21181E
Complementary color
Monochromatic Colors of #21181E
Black with #21181E
Text Example
Text Example
White with #21181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21181E; }
p { color: rgb(33,24,30); }
H1.HeaderClassName
{
color: #21181E;
}
.AnyTagClassName
{
color: #21181E;
}
</style>
background-color css
<style>
a { background-color: #21181E; }
a { background-color: rgb(33,24,30); }
div.DivClassName
{
background-color: #21181E;
}
.BgClassName
{
background-color: #21181E;
}
</style>
border-color css
<style>
span { border-color: #21181E; }
span { border-color: rgb(33,24,30); }
td.TdClassName
{
border-color: #21181E;
}
.TagClassName
{
border-color: #21181E;
}
</style>