Shades of Melanzane #21001A
Tints of Melanzane #21001A
RGB
CMYK
RGB Variations
Color information
#21001A (or 0x21001A) is known color: Melanzane. HEX triplet: 21, 00 and 1A. RGB value is (33,0,26). Sum of RGB (Red+Green+Blue) = 33+0+26=59 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55.93% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 33 - color contains mainly: red. Hex color #21001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21001A is #DEFFE5. Grayscale: #0C0C0C. Windows color (decimal): -14614502 or 1703969. OLE color: 1703969.
HSL color Cylindrical-coordinate representation of color #21001A: hue angle of 312.73º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21001A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.21 | 0.87 |
| HSL | 312.73º | 1% | 0.06% | - |
| HSV(B) | 312.73º | 1% | 0.13% | - |
| XYZ | 0.81 | 0.4 | 1.01 | - |
| YUV | 12.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 26 | 0 | 1 | 0.21 | 0.87 | 312.73 | 1 | 0.06 |
| Hex | 21 | 0 | 1A | 0 | 64 | 15 | 57 | 139 | 64 | 6 |
| Octal | 41 | 0 | 32 | 0 | 144 | 25 | 127 | 471 | 144 | 6 |
| Binary | 100001 | 0 | 11010 | 0 | 1100100 | 10101 | 1010111 | 100111001 | 1100100 | 110 |
Color Harmonies of #21001A
Complementary color
Monochromatic Colors of #21001A
Black with #21001A
Text Example
Text Example
White with #21001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21001A; }
p { color: rgb(33,0,26); }
H1.HeaderClassName
{
color: #21001A;
}
.AnyTagClassName
{
color: #21001A;
}
</style>
background-color css
<style>
a { background-color: #21001A; }
a { background-color: rgb(33,0,26); }
div.DivClassName
{
background-color: #21001A;
}
.BgClassName
{
background-color: #21001A;
}
</style>
border-color css
<style>
span { border-color: #21001A; }
span { border-color: rgb(33,0,26); }
td.TdClassName
{
border-color: #21001A;
}
.TagClassName
{
border-color: #21001A;
}
</style>