Shades of Melanzane #210B1C
Tints of Melanzane #210B1C
RGB
CMYK
RGB Variations
Color information
#210B1C (or 0x210B1C) is known color: Melanzane. HEX triplet: 21, 0B and 1C. RGB value is (33,11,28). Sum of RGB (Red+Green+Blue) = 33+11+28=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #210B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B1C is #DEF4E3. Grayscale: #131313. Windows color (decimal): -14611684 or 1837857. OLE color: 1837857.
HSL color Cylindrical-coordinate representation of color #210B1C: hue angle of 313.64º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B1C is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 28 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.87 |
| HSL | 313.64º | 0.5% | 0.09% | - |
| HSV(B) | 313.64º | 0.67% | 0.13% | - |
| XYZ | 0.96 | 0.65 | 1.17 | - |
| YUV | 19.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 28 | 0 | 0.67 | 0.15 | 0.87 | 313.64 | 0.5 | 0.09 |
| Hex | 21 | B | 1C | 0 | 43 | F | 57 | 13A | 32 | 9 |
| Octal | 41 | 13 | 34 | 0 | 103 | 17 | 127 | 472 | 62 | 11 |
| Binary | 100001 | 1011 | 11100 | 0 | 1000011 | 1111 | 1010111 | 100111010 | 110010 | 1001 |
Color Harmonies of #210B1C
Complementary color
Monochromatic Colors of #210B1C
Black with #210B1C
Text Example
Text Example
White with #210B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B1C; }
p { color: rgb(33,11,28); }
H1.HeaderClassName
{
color: #210B1C;
}
.AnyTagClassName
{
color: #210B1C;
}
</style>
background-color css
<style>
a { background-color: #210B1C; }
a { background-color: rgb(33,11,28); }
div.DivClassName
{
background-color: #210B1C;
}
.BgClassName
{
background-color: #210B1C;
}
</style>
border-color css
<style>
span { border-color: #210B1C; }
span { border-color: rgb(33,11,28); }
td.TdClassName
{
border-color: #210B1C;
}
.TagClassName
{
border-color: #210B1C;
}
</style>