Shades of Melanzane #210919
Tints of Melanzane #210919
RGB
CMYK
RGB Variations
Color information
#210919 (or 0x210919) is known color: Melanzane. HEX triplet: 21, 09 and 19. RGB value is (33,9,25). Sum of RGB (Red+Green+Blue) = 33+9+25=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210919 is #DEF6E6. Grayscale: #111111. Windows color (decimal): -14612199 or 1640737. OLE color: 1640737.
HSL color Cylindrical-coordinate representation of color #210919: hue angle of 320º 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 #210919 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 25 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.87 |
| HSL | 320º | 0.57% | 0.08% | - |
| HSV(B) | 320º | 0.73% | 0.13% | - |
| XYZ | 0.9 | 0.59 | 0.99 | - |
| YUV | 18 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 25 | 0 | 0.73 | 0.24 | 0.87 | 320 | 0.57 | 0.08 |
| Hex | 21 | 9 | 19 | 0 | 49 | 18 | 57 | 140 | 39 | 8 |
| Octal | 41 | 11 | 31 | 0 | 111 | 30 | 127 | 500 | 71 | 10 |
| Binary | 100001 | 1001 | 11001 | 0 | 1001001 | 11000 | 1010111 | 101000000 | 111001 | 1000 |
Color Harmonies of #210919
Complementary color
Monochromatic Colors of #210919
Black with #210919
Text Example
Text Example
White with #210919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210919; }
p { color: rgb(33,9,25); }
H1.HeaderClassName
{
color: #210919;
}
.AnyTagClassName
{
color: #210919;
}
</style>
background-color css
<style>
a { background-color: #210919; }
a { background-color: rgb(33,9,25); }
div.DivClassName
{
background-color: #210919;
}
.BgClassName
{
background-color: #210919;
}
</style>
border-color css
<style>
span { border-color: #210919; }
span { border-color: rgb(33,9,25); }
td.TdClassName
{
border-color: #210919;
}
.TagClassName
{
border-color: #210919;
}
</style>