Shades of Melanzane #210D1B
Tints of Melanzane #210D1B
RGB
CMYK
RGB Variations
Color information
#210D1B (or 0x210D1B) is known color: Melanzane. HEX triplet: 21, 0D and 1B. RGB value is (33,13,27). Sum of RGB (Red+Green+Blue) = 33+13+27=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #210D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D1B is #DEF2E4. Grayscale: #141414. Windows color (decimal): -14611173 or 1772833. OLE color: 1772833.
HSL color Cylindrical-coordinate representation of color #210D1B: hue angle of 318º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D1B is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 27 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.87 |
| HSL | 318º | 0.43% | 0.09% | - |
| HSV(B) | 318º | 0.61% | 0.13% | - |
| XYZ | 0.97 | 0.69 | 1.12 | - |
| YUV | 20.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 27 | 0 | 0.61 | 0.18 | 0.87 | 318 | 0.43 | 0.09 |
| Hex | 21 | D | 1B | 0 | 3D | 12 | 57 | 13E | 2B | 9 |
| Octal | 41 | 15 | 33 | 0 | 75 | 22 | 127 | 476 | 53 | 11 |
| Binary | 100001 | 1101 | 11011 | 0 | 111101 | 10010 | 1010111 | 100111110 | 101011 | 1001 |
Color Harmonies of #210D1B
Complementary color
Monochromatic Colors of #210D1B
Black with #210D1B
Text Example
Text Example
White with #210D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D1B; }
p { color: rgb(33,13,27); }
H1.HeaderClassName
{
color: #210D1B;
}
.AnyTagClassName
{
color: #210D1B;
}
</style>
background-color css
<style>
a { background-color: #210D1B; }
a { background-color: rgb(33,13,27); }
div.DivClassName
{
background-color: #210D1B;
}
.BgClassName
{
background-color: #210D1B;
}
</style>
border-color css
<style>
span { border-color: #210D1B; }
span { border-color: rgb(33,13,27); }
td.TdClassName
{
border-color: #210D1B;
}
.TagClassName
{
border-color: #210D1B;
}
</style>