Shades of Melanzane #21081B
Tints of Melanzane #21081B
RGB
CMYK
RGB Variations
Color information
#21081B (or 0x21081B) is known color: Melanzane. HEX triplet: 21, 08 and 1B. RGB value is (33,8,27). Sum of RGB (Red+Green+Blue) = 33+8+27=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #21081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21081B is #DEF7E4. Grayscale: #111111. Windows color (decimal): -14612453 or 1771553. OLE color: 1771553.
HSL color Cylindrical-coordinate representation of color #21081B: hue angle of 314.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21081B is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 8 | 27 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.87 |
| HSL | 314.4º | 0.61% | 0.08% | - |
| HSV(B) | 314.4º | 0.76% | 0.13% | - |
| XYZ | 0.91 | 0.58 | 1.1 | - |
| YUV | 17.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 27 | 0 | 0.76 | 0.18 | 0.87 | 314.4 | 0.61 | 0.08 |
| Hex | 21 | 8 | 1B | 0 | 4C | 12 | 57 | 13A | 3D | 8 |
| Octal | 41 | 10 | 33 | 0 | 114 | 22 | 127 | 472 | 75 | 10 |
| Binary | 100001 | 1000 | 11011 | 0 | 1001100 | 10010 | 1010111 | 100111010 | 111101 | 1000 |
Color Harmonies of #21081B
Complementary color
Monochromatic Colors of #21081B
Black with #21081B
Text Example
Text Example
White with #21081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21081B; }
p { color: rgb(33,8,27); }
H1.HeaderClassName
{
color: #21081B;
}
.AnyTagClassName
{
color: #21081B;
}
</style>
background-color css
<style>
a { background-color: #21081B; }
a { background-color: rgb(33,8,27); }
div.DivClassName
{
background-color: #21081B;
}
.BgClassName
{
background-color: #21081B;
}
</style>
border-color css
<style>
span { border-color: #21081B; }
span { border-color: rgb(33,8,27); }
td.TdClassName
{
border-color: #21081B;
}
.TagClassName
{
border-color: #21081B;
}
</style>