Shades of Melanzane #281121
Tints of Melanzane #281121
RGB
CMYK
RGB Variations
Color information
#281121 (or 0x281121) is known color: Melanzane. HEX triplet: 28, 11 and 21. RGB value is (40,17,33). Sum of RGB (Red+Green+Blue) = 40+17+33=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281121 is #D7EEDE. Grayscale: #191919. Windows color (decimal): -14151391 or 2167080. OLE color: 2167080.
HSL color Cylindrical-coordinate representation of color #281121: hue angle of 318.26º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281121 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 17 | 33 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.84 |
| HSL | 318.26º | 0.4% | 0.11% | - |
| HSV(B) | 318.26º | 0.58% | 0.16% | - |
| XYZ | 1.35 | 0.96 | 1.55 | - |
| YUV | 25.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 33 | 0 | 0.57 | 0.17 | 0.84 | 318.26 | 0.4 | 0.11 |
| Hex | 28 | 11 | 21 | 0 | 39 | 11 | 54 | 13E | 28 | B |
| Octal | 50 | 21 | 41 | 0 | 71 | 21 | 124 | 476 | 50 | 13 |
| Binary | 101000 | 10001 | 100001 | 0 | 111001 | 10001 | 1010100 | 100111110 | 101000 | 1011 |
Color Harmonies of #281121
Complementary color
Monochromatic Colors of #281121
Black with #281121
Text Example
Text Example
White with #281121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281121; }
p { color: rgb(40,17,33); }
H1.HeaderClassName
{
color: #281121;
}
.AnyTagClassName
{
color: #281121;
}
</style>
background-color css
<style>
a { background-color: #281121; }
a { background-color: rgb(40,17,33); }
div.DivClassName
{
background-color: #281121;
}
.BgClassName
{
background-color: #281121;
}
</style>
border-color css
<style>
span { border-color: #281121; }
span { border-color: rgb(40,17,33); }
td.TdClassName
{
border-color: #281121;
}
.TagClassName
{
border-color: #281121;
}
</style>