Shades of Melanzane #2A1C28
Tints of Melanzane #2A1C28
RGB
CMYK
RGB Variations
Color information
#2A1C28 (or 0x2A1C28) is known color: Melanzane. HEX triplet: 2A, 1C and 28. RGB value is (42,28,40). Sum of RGB (Red+Green+Blue) = 42+28+40=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1C28 is #D5E3D7. Grayscale: #212121. Windows color (decimal): -14017496 or 2628650. OLE color: 2628650.
HSL color Cylindrical-coordinate representation of color #2A1C28: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A1C28 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 28 | 40 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.84 |
| HSL | 308.57º | 0.2% | 0.14% | - |
| HSV(B) | 308.57º | 0.33% | 0.16% | - |
| XYZ | 1.75 | 1.48 | 2.2 | - |
| YUV | 33.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 40 | 0 | 0.33 | 0.05 | 0.84 | 308.57 | 0.2 | 0.14 |
| Hex | 2A | 1C | 28 | 0 | 21 | 5 | 54 | 135 | 14 | E |
| Octal | 52 | 34 | 50 | 0 | 41 | 5 | 124 | 465 | 24 | 16 |
| Binary | 101010 | 11100 | 101000 | 0 | 100001 | 101 | 1010100 | 100110101 | 10100 | 1110 |
Color Harmonies of #2A1C28
Complementary color
Monochromatic Colors of #2A1C28
Black with #2A1C28
Text Example
Text Example
White with #2A1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C28; }
p { color: rgb(42,28,40); }
H1.HeaderClassName
{
color: #2A1C28;
}
.AnyTagClassName
{
color: #2A1C28;
}
</style>
background-color css
<style>
a { background-color: #2A1C28; }
a { background-color: rgb(42,28,40); }
div.DivClassName
{
background-color: #2A1C28;
}
.BgClassName
{
background-color: #2A1C28;
}
</style>
border-color css
<style>
span { border-color: #2A1C28; }
span { border-color: rgb(42,28,40); }
td.TdClassName
{
border-color: #2A1C28;
}
.TagClassName
{
border-color: #2A1C28;
}
</style>