Shades of Melanzane #210F1D
Tints of Melanzane #210F1D
RGB
CMYK
RGB Variations
Color information
#210F1D (or 0x210F1D) is known color: Melanzane. HEX triplet: 21, 0F and 1D. RGB value is (33,15,29). Sum of RGB (Red+Green+Blue) = 33+15+29=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #210F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F1D is #DEF0E2. Grayscale: #151515. Windows color (decimal): -14610659 or 1904417. OLE color: 1904417.
HSL color Cylindrical-coordinate representation of color #210F1D: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F1D is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 29 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.87 |
| HSL | 313.33º | 0.38% | 0.09% | - |
| HSV(B) | 313.33º | 0.55% | 0.13% | - |
| XYZ | 1.02 | 0.75 | 1.25 | - |
| YUV | 21.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 29 | 0 | 0.55 | 0.12 | 0.87 | 313.33 | 0.38 | 0.09 |
| Hex | 21 | F | 1D | 0 | 37 | C | 57 | 139 | 26 | 9 |
| Octal | 41 | 17 | 35 | 0 | 67 | 14 | 127 | 471 | 46 | 11 |
| Binary | 100001 | 1111 | 11101 | 0 | 110111 | 1100 | 1010111 | 100111001 | 100110 | 1001 |
Color Harmonies of #210F1D
Complementary color
Monochromatic Colors of #210F1D
Black with #210F1D
Text Example
Text Example
White with #210F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F1D; }
p { color: rgb(33,15,29); }
H1.HeaderClassName
{
color: #210F1D;
}
.AnyTagClassName
{
color: #210F1D;
}
</style>
background-color css
<style>
a { background-color: #210F1D; }
a { background-color: rgb(33,15,29); }
div.DivClassName
{
background-color: #210F1D;
}
.BgClassName
{
background-color: #210F1D;
}
</style>
border-color css
<style>
span { border-color: #210F1D; }
span { border-color: rgb(33,15,29); }
td.TdClassName
{
border-color: #210F1D;
}
.TagClassName
{
border-color: #210F1D;
}
</style>