Shades of Melanzane #21091C
Tints of Melanzane #21091C
RGB
CMYK
RGB Variations
Color information
#21091C (or 0x21091C) is known color: Melanzane. HEX triplet: 21, 09 and 1C. RGB value is (33,9,28). Sum of RGB (Red+Green+Blue) = 33+9+28=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #21091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21091C is #DEF6E3. Grayscale: #121212. Windows color (decimal): -14612196 or 1837345. OLE color: 1837345.
HSL color Cylindrical-coordinate representation of color #21091C: hue angle of 312.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21091C is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 28 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.87 |
| HSL | 312.5º | 0.57% | 0.08% | - |
| HSV(B) | 312.5º | 0.73% | 0.13% | - |
| XYZ | 0.93 | 0.6 | 1.17 | - |
| YUV | 18.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 28 | 0 | 0.73 | 0.15 | 0.87 | 312.5 | 0.57 | 0.08 |
| Hex | 21 | 9 | 1C | 0 | 49 | F | 57 | 138 | 39 | 8 |
| Octal | 41 | 11 | 34 | 0 | 111 | 17 | 127 | 470 | 71 | 10 |
| Binary | 100001 | 1001 | 11100 | 0 | 1001001 | 1111 | 1010111 | 100111000 | 111001 | 1000 |
Color Harmonies of #21091C
Complementary color
Monochromatic Colors of #21091C
Black with #21091C
Text Example
Text Example
White with #21091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21091C; }
p { color: rgb(33,9,28); }
H1.HeaderClassName
{
color: #21091C;
}
.AnyTagClassName
{
color: #21091C;
}
</style>
background-color css
<style>
a { background-color: #21091C; }
a { background-color: rgb(33,9,28); }
div.DivClassName
{
background-color: #21091C;
}
.BgClassName
{
background-color: #21091C;
}
</style>
border-color css
<style>
span { border-color: #21091C; }
span { border-color: rgb(33,9,28); }
td.TdClassName
{
border-color: #21091C;
}
.TagClassName
{
border-color: #21091C;
}
</style>