Shades of Melanzane #281221
Tints of Melanzane #281221
RGB
CMYK
RGB Variations
Color information
#281221 (or 0x281221) is known color: Melanzane. HEX triplet: 28, 12 and 21. RGB value is (40,18,33). Sum of RGB (Red+Green+Blue) = 40+18+33=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #281221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281221 is #D7EDDE. Grayscale: #1A1A1A. Windows color (decimal): -14151135 or 2167336. OLE color: 2167336.
HSL color Cylindrical-coordinate representation of color #281221: hue angle of 319.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281221 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 18 | 33 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.84 |
| HSL | 319.09º | 0.38% | 0.11% | - |
| HSV(B) | 319.09º | 0.55% | 0.16% | - |
| XYZ | 1.37 | 0.99 | 1.56 | - |
| YUV | 26.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 33 | 0 | 0.55 | 0.17 | 0.84 | 319.09 | 0.38 | 0.11 |
| Hex | 28 | 12 | 21 | 0 | 37 | 11 | 54 | 13F | 26 | B |
| Octal | 50 | 22 | 41 | 0 | 67 | 21 | 124 | 477 | 46 | 13 |
| Binary | 101000 | 10010 | 100001 | 0 | 110111 | 10001 | 1010100 | 100111111 | 100110 | 1011 |
Color Harmonies of #281221
Complementary color
Monochromatic Colors of #281221
Black with #281221
Text Example
Text Example
White with #281221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281221; }
p { color: rgb(40,18,33); }
H1.HeaderClassName
{
color: #281221;
}
.AnyTagClassName
{
color: #281221;
}
</style>
background-color css
<style>
a { background-color: #281221; }
a { background-color: rgb(40,18,33); }
div.DivClassName
{
background-color: #281221;
}
.BgClassName
{
background-color: #281221;
}
</style>
border-color css
<style>
span { border-color: #281221; }
span { border-color: rgb(40,18,33); }
td.TdClassName
{
border-color: #281221;
}
.TagClassName
{
border-color: #281221;
}
</style>