Shades of Melanzane #21061B
Tints of Melanzane #21061B
RGB
CMYK
RGB Variations
Color information
#21061B (or 0x21061B) is known color: Melanzane. HEX triplet: 21, 06 and 1B. RGB value is (33,6,27). Sum of RGB (Red+Green+Blue) = 33+6+27=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21061B is #DEF9E4. Grayscale: #101010. Windows color (decimal): -14612965 or 1771041. OLE color: 1771041.
HSL color Cylindrical-coordinate representation of color #21061B: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21061B is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 27 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.87 |
| HSL | 313.33º | 0.69% | 0.08% | - |
| HSV(B) | 313.33º | 0.82% | 0.13% | - |
| XYZ | 0.89 | 0.53 | 1.09 | - |
| YUV | 16.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 27 | 0 | 0.82 | 0.18 | 0.87 | 313.33 | 0.69 | 0.08 |
| Hex | 21 | 6 | 1B | 0 | 52 | 12 | 57 | 139 | 45 | 8 |
| Octal | 41 | 6 | 33 | 0 | 122 | 22 | 127 | 471 | 105 | 10 |
| Binary | 100001 | 110 | 11011 | 0 | 1010010 | 10010 | 1010111 | 100111001 | 1000101 | 1000 |
Color Harmonies of #21061B
Complementary color
Monochromatic Colors of #21061B
Black with #21061B
Text Example
Text Example
White with #21061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21061B; }
p { color: rgb(33,6,27); }
H1.HeaderClassName
{
color: #21061B;
}
.AnyTagClassName
{
color: #21061B;
}
</style>
background-color css
<style>
a { background-color: #21061B; }
a { background-color: rgb(33,6,27); }
div.DivClassName
{
background-color: #21061B;
}
.BgClassName
{
background-color: #21061B;
}
</style>
border-color css
<style>
span { border-color: #21061B; }
span { border-color: rgb(33,6,27); }
td.TdClassName
{
border-color: #21061B;
}
.TagClassName
{
border-color: #21061B;
}
</style>