Shades of Melanzane #21121D
Tints of Melanzane #21121D
RGB
CMYK
RGB Variations
Color information
#21121D (or 0x21121D) is known color: Melanzane. HEX triplet: 21, 12 and 1D. RGB value is (33,18,29). Sum of RGB (Red+Green+Blue) = 33+18+29=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #21121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21121D is #DEEDE2. Grayscale: #171717. Windows color (decimal): -14609891 or 1905185. OLE color: 1905185.
HSL color Cylindrical-coordinate representation of color #21121D: hue angle of 316º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21121D is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 18 | 29 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.87 |
| HSL | 316º | 0.29% | 0.1% | - |
| HSV(B) | 316º | 0.45% | 0.13% | - |
| XYZ | 1.07 | 0.84 | 1.27 | - |
| YUV | 23.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 29 | 0 | 0.45 | 0.12 | 0.87 | 316 | 0.29 | 0.1 |
| Hex | 21 | 12 | 1D | 0 | 2D | C | 57 | 13C | 1D | A |
| Octal | 41 | 22 | 35 | 0 | 55 | 14 | 127 | 474 | 35 | 12 |
| Binary | 100001 | 10010 | 11101 | 0 | 101101 | 1100 | 1010111 | 100111100 | 11101 | 1010 |
Color Harmonies of #21121D
Complementary color
Monochromatic Colors of #21121D
Black with #21121D
Text Example
Text Example
White with #21121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21121D; }
p { color: rgb(33,18,29); }
H1.HeaderClassName
{
color: #21121D;
}
.AnyTagClassName
{
color: #21121D;
}
</style>
background-color css
<style>
a { background-color: #21121D; }
a { background-color: rgb(33,18,29); }
div.DivClassName
{
background-color: #21121D;
}
.BgClassName
{
background-color: #21121D;
}
</style>
border-color css
<style>
span { border-color: #21121D; }
span { border-color: rgb(33,18,29); }
td.TdClassName
{
border-color: #21121D;
}
.TagClassName
{
border-color: #21121D;
}
</style>