Shades of Melanzane #21101C
Tints of Melanzane #21101C
RGB
CMYK
RGB Variations
Color information
#21101C (or 0x21101C) is known color: Melanzane. HEX triplet: 21, 10 and 1C. RGB value is (33,16,28). Sum of RGB (Red+Green+Blue) = 33+16+28=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #21101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21101C is #DEEFE3. Grayscale: #161616. Windows color (decimal): -14610404 or 1839137. OLE color: 1839137.
HSL color Cylindrical-coordinate representation of color #21101C: hue angle of 317.65º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21101C is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 28 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.87 |
| HSL | 317.65º | 0.35% | 0.1% | - |
| HSV(B) | 317.65º | 0.52% | 0.13% | - |
| XYZ | 1.02 | 0.78 | 1.19 | - |
| YUV | 22.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 28 | 0 | 0.52 | 0.15 | 0.87 | 317.65 | 0.35 | 0.1 |
| Hex | 21 | 10 | 1C | 0 | 34 | F | 57 | 13E | 23 | A |
| Octal | 41 | 20 | 34 | 0 | 64 | 17 | 127 | 476 | 43 | 12 |
| Binary | 100001 | 10000 | 11100 | 0 | 110100 | 1111 | 1010111 | 100111110 | 100011 | 1010 |
Color Harmonies of #21101C
Complementary color
Monochromatic Colors of #21101C
Black with #21101C
Text Example
Text Example
White with #21101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21101C; }
p { color: rgb(33,16,28); }
H1.HeaderClassName
{
color: #21101C;
}
.AnyTagClassName
{
color: #21101C;
}
</style>
background-color css
<style>
a { background-color: #21101C; }
a { background-color: rgb(33,16,28); }
div.DivClassName
{
background-color: #21101C;
}
.BgClassName
{
background-color: #21101C;
}
</style>
border-color css
<style>
span { border-color: #21101C; }
span { border-color: rgb(33,16,28); }
td.TdClassName
{
border-color: #21101C;
}
.TagClassName
{
border-color: #21101C;
}
</style>