Shades of Melanzane #2A1324
Tints of Melanzane #2A1324
RGB
CMYK
RGB Variations
Color information
#2A1324 (or 0x2A1324) is known color: Melanzane. HEX triplet: 2A, 13 and 24. RGB value is (42,19,36). Sum of RGB (Red+Green+Blue) = 42+19+36=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1324 is #D5ECDB. Grayscale: #1B1B1B. Windows color (decimal): -14019804 or 2364202. OLE color: 2364202.
HSL color Cylindrical-coordinate representation of color #2A1324: hue angle of 315.65º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1324 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 36 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.84 |
| HSL | 315.65º | 0.38% | 0.12% | - |
| HSV(B) | 315.65º | 0.55% | 0.16% | - |
| XYZ | 1.51 | 1.09 | 1.8 | - |
| YUV | 27.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 36 | 0 | 0.55 | 0.14 | 0.84 | 315.65 | 0.38 | 0.12 |
| Hex | 2A | 13 | 24 | 0 | 37 | E | 54 | 13C | 26 | C |
| Octal | 52 | 23 | 44 | 0 | 67 | 16 | 124 | 474 | 46 | 14 |
| Binary | 101010 | 10011 | 100100 | 0 | 110111 | 1110 | 1010100 | 100111100 | 100110 | 1100 |
Color Harmonies of #2A1324
Complementary color
Monochromatic Colors of #2A1324
Black with #2A1324
Text Example
Text Example
White with #2A1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1324; }
p { color: rgb(42,19,36); }
H1.HeaderClassName
{
color: #2A1324;
}
.AnyTagClassName
{
color: #2A1324;
}
</style>
background-color css
<style>
a { background-color: #2A1324; }
a { background-color: rgb(42,19,36); }
div.DivClassName
{
background-color: #2A1324;
}
.BgClassName
{
background-color: #2A1324;
}
</style>
border-color css
<style>
span { border-color: #2A1324; }
span { border-color: rgb(42,19,36); }
td.TdClassName
{
border-color: #2A1324;
}
.TagClassName
{
border-color: #2A1324;
}
</style>