Shades of Melanzane #2A1524
Tints of Melanzane #2A1524
RGB
CMYK
RGB Variations
Color information
#2A1524 (or 0x2A1524) is known color: Melanzane. HEX triplet: 2A, 15 and 24. RGB value is (42,21,36). Sum of RGB (Red+Green+Blue) = 42+21+36=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1524 is #D5EADB. Grayscale: #1C1C1C. Windows color (decimal): -14019292 or 2364714. OLE color: 2364714.
HSL color Cylindrical-coordinate representation of color #2A1524: hue angle of 317.14º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1524 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 36 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.84 |
| HSL | 317.14º | 0.33% | 0.12% | - |
| HSV(B) | 317.14º | 0.5% | 0.16% | - |
| XYZ | 1.54 | 1.16 | 1.81 | - |
| YUV | 28.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 36 | 0 | 0.50 | 0.14 | 0.84 | 317.14 | 0.33 | 0.12 |
| Hex | 2A | 15 | 24 | 0 | 32 | E | 54 | 13D | 21 | C |
| Octal | 52 | 25 | 44 | 0 | 62 | 16 | 124 | 475 | 41 | 14 |
| Binary | 101010 | 10101 | 100100 | 0 | 110010 | 1110 | 1010100 | 100111101 | 100001 | 1100 |
Color Harmonies of #2A1524
Complementary color
Monochromatic Colors of #2A1524
Black with #2A1524
Text Example
Text Example
White with #2A1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1524; }
p { color: rgb(42,21,36); }
H1.HeaderClassName
{
color: #2A1524;
}
.AnyTagClassName
{
color: #2A1524;
}
</style>
background-color css
<style>
a { background-color: #2A1524; }
a { background-color: rgb(42,21,36); }
div.DivClassName
{
background-color: #2A1524;
}
.BgClassName
{
background-color: #2A1524;
}
</style>
border-color css
<style>
span { border-color: #2A1524; }
span { border-color: rgb(42,21,36); }
td.TdClassName
{
border-color: #2A1524;
}
.TagClassName
{
border-color: #2A1524;
}
</style>