Shades of Melanzane #2D1528
Tints of Melanzane #2D1528
RGB
CMYK
RGB Variations
Color information
#2D1528 (or 0x2D1528) is known color: Melanzane. HEX triplet: 2D, 15 and 28. RGB value is (45,21,40). Sum of RGB (Red+Green+Blue) = 45+21+40=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1528 is #D2EAD7. Grayscale: #1E1E1E. Windows color (decimal): -13822680 or 2626861. OLE color: 2626861.
HSL color Cylindrical-coordinate representation of color #2D1528: hue angle of 312.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D1528 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 21 | 40 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.82 |
| HSL | 312.5º | 0.36% | 0.13% | - |
| HSV(B) | 312.5º | 0.53% | 0.18% | - |
| XYZ | 1.73 | 1.25 | 2.16 | - |
| YUV | 30.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 40 | 0 | 0.53 | 0.11 | 0.82 | 312.5 | 0.36 | 0.13 |
| Hex | 2D | 15 | 28 | 0 | 35 | B | 52 | 138 | 24 | D |
| Octal | 55 | 25 | 50 | 0 | 65 | 13 | 122 | 470 | 44 | 15 |
| Binary | 101101 | 10101 | 101000 | 0 | 110101 | 1011 | 1010010 | 100111000 | 100100 | 1101 |
Color Harmonies of #2D1528
Complementary color
Monochromatic Colors of #2D1528
Black with #2D1528
Text Example
Text Example
White with #2D1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1528; }
p { color: rgb(45,21,40); }
H1.HeaderClassName
{
color: #2D1528;
}
.AnyTagClassName
{
color: #2D1528;
}
</style>
background-color css
<style>
a { background-color: #2D1528; }
a { background-color: rgb(45,21,40); }
div.DivClassName
{
background-color: #2D1528;
}
.BgClassName
{
background-color: #2D1528;
}
</style>
border-color css
<style>
span { border-color: #2D1528; }
span { border-color: rgb(45,21,40); }
td.TdClassName
{
border-color: #2D1528;
}
.TagClassName
{
border-color: #2D1528;
}
</style>