Shades of Melanzane #210619
Tints of Melanzane #210619
RGB
CMYK
RGB Variations
Color information
#210619 (or 0x210619) is known color: Melanzane. HEX triplet: 21, 06 and 19. RGB value is (33,6,25). Sum of RGB (Red+Green+Blue) = 33+6+25=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #210619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210619 is #DEF9E6. Grayscale: #101010. Windows color (decimal): -14612967 or 1639969. OLE color: 1639969.
HSL color Cylindrical-coordinate representation of color #210619: hue angle of 317.78º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210619 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 25 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.87 |
| HSL | 317.78º | 0.69% | 0.08% | - |
| HSV(B) | 317.78º | 0.82% | 0.13% | - |
| XYZ | 0.87 | 0.52 | 0.98 | - |
| YUV | 16.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 25 | 0 | 0.82 | 0.24 | 0.87 | 317.78 | 0.69 | 0.08 |
| Hex | 21 | 6 | 19 | 0 | 52 | 18 | 57 | 13E | 45 | 8 |
| Octal | 41 | 6 | 31 | 0 | 122 | 30 | 127 | 476 | 105 | 10 |
| Binary | 100001 | 110 | 11001 | 0 | 1010010 | 11000 | 1010111 | 100111110 | 1000101 | 1000 |
Color Harmonies of #210619
Complementary color
Monochromatic Colors of #210619
Black with #210619
Text Example
Text Example
White with #210619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210619; }
p { color: rgb(33,6,25); }
H1.HeaderClassName
{
color: #210619;
}
.AnyTagClassName
{
color: #210619;
}
</style>
background-color css
<style>
a { background-color: #210619; }
a { background-color: rgb(33,6,25); }
div.DivClassName
{
background-color: #210619;
}
.BgClassName
{
background-color: #210619;
}
</style>
border-color css
<style>
span { border-color: #210619; }
span { border-color: rgb(33,6,25); }
td.TdClassName
{
border-color: #210619;
}
.TagClassName
{
border-color: #210619;
}
</style>