Shades of Melanzane #280D21
Tints of Melanzane #280D21
RGB
CMYK
RGB Variations
Color information
#280D21 (or 0x280D21) is known color: Melanzane. HEX triplet: 28, 0D and 21. RGB value is (40,13,33). Sum of RGB (Red+Green+Blue) = 40+13+33=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #280D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D21 is #D7F2DE. Grayscale: #171717. Windows color (decimal): -14152415 or 2166056. OLE color: 2166056.
HSL color Cylindrical-coordinate representation of color #280D21: hue angle of 315.56º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #280D21 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 13 | 33 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.84 |
| HSL | 315.56º | 0.51% | 0.1% | - |
| HSV(B) | 315.56º | 0.68% | 0.16% | - |
| XYZ | 1.29 | 0.85 | 1.53 | - |
| YUV | 23.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 33 | 0 | 0.67 | 0.17 | 0.84 | 315.56 | 0.51 | 0.1 |
| Hex | 28 | D | 21 | 0 | 43 | 11 | 54 | 13C | 33 | A |
| Octal | 50 | 15 | 41 | 0 | 103 | 21 | 124 | 474 | 63 | 12 |
| Binary | 101000 | 1101 | 100001 | 0 | 1000011 | 10001 | 1010100 | 100111100 | 110011 | 1010 |
Color Harmonies of #280D21
Complementary color
Monochromatic Colors of #280D21
Black with #280D21
Text Example
Text Example
White with #280D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D21; }
p { color: rgb(40,13,33); }
H1.HeaderClassName
{
color: #280D21;
}
.AnyTagClassName
{
color: #280D21;
}
</style>
background-color css
<style>
a { background-color: #280D21; }
a { background-color: rgb(40,13,33); }
div.DivClassName
{
background-color: #280D21;
}
.BgClassName
{
background-color: #280D21;
}
</style>
border-color css
<style>
span { border-color: #280D21; }
span { border-color: rgb(40,13,33); }
td.TdClassName
{
border-color: #280D21;
}
.TagClassName
{
border-color: #280D21;
}
</style>