Shades of Melanzane #281524
Tints of Melanzane #281524
RGB
CMYK
RGB Variations
Color information
#281524 (or 0x281524) is known color: Melanzane. HEX triplet: 28, 15 and 24. RGB value is (40,21,36). Sum of RGB (Red+Green+Blue) = 40+21+36=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #281524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281524 is #D7EADB. Grayscale: #1C1C1C. Windows color (decimal): -14150364 or 2364712. OLE color: 2364712.
HSL color Cylindrical-coordinate representation of color #281524: hue angle of 312.63º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281524 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 21 | 36 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.84 |
| HSL | 312.63º | 0.31% | 0.12% | - |
| HSV(B) | 312.63º | 0.48% | 0.16% | - |
| XYZ | 1.46 | 1.11 | 1.81 | - |
| YUV | 28.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 36 | 0 | 0.48 | 0.10 | 0.84 | 312.63 | 0.31 | 0.12 |
| Hex | 28 | 15 | 24 | 0 | 30 | A | 54 | 139 | 1F | C |
| Octal | 50 | 25 | 44 | 0 | 60 | 12 | 124 | 471 | 37 | 14 |
| Binary | 101000 | 10101 | 100100 | 0 | 110000 | 1010 | 1010100 | 100111001 | 11111 | 1100 |
Color Harmonies of #281524
Complementary color
Monochromatic Colors of #281524
Black with #281524
Text Example
Text Example
White with #281524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281524; }
p { color: rgb(40,21,36); }
H1.HeaderClassName
{
color: #281524;
}
.AnyTagClassName
{
color: #281524;
}
</style>
background-color css
<style>
a { background-color: #281524; }
a { background-color: rgb(40,21,36); }
div.DivClassName
{
background-color: #281524;
}
.BgClassName
{
background-color: #281524;
}
</style>
border-color css
<style>
span { border-color: #281524; }
span { border-color: rgb(40,21,36); }
td.TdClassName
{
border-color: #281524;
}
.TagClassName
{
border-color: #281524;
}
</style>