Shades of Melanzane #2D2129
Tints of Melanzane #2D2129
RGB
CMYK
RGB Variations
Color information
#2D2129 (or 0x2D2129) is known color: Melanzane. HEX triplet: 2D, 21 and 29. RGB value is (45,33,41). Sum of RGB (Red+Green+Blue) = 45+33+41=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2129 is #D2DED6. Grayscale: #252525. Windows color (decimal): -13819607 or 2695469. OLE color: 2695469.
HSL color Cylindrical-coordinate representation of color #2D2129: hue angle of 320º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2129 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 41 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.82 |
| HSL | 320º | 0.15% | 0.15% | - |
| HSV(B) | 320º | 0.27% | 0.18% | - |
| XYZ | 2.03 | 1.81 | 2.34 | - |
| YUV | 37.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 41 | 0 | 0.27 | 0.09 | 0.82 | 320 | 0.15 | 0.15 |
| Hex | 2D | 21 | 29 | 0 | 1B | 9 | 52 | 140 | F | F |
| Octal | 55 | 41 | 51 | 0 | 33 | 11 | 122 | 500 | 17 | 17 |
| Binary | 101101 | 100001 | 101001 | 0 | 11011 | 1001 | 1010010 | 101000000 | 1111 | 1111 |
Color Harmonies of #2D2129
Complementary color
Monochromatic Colors of #2D2129
Black with #2D2129
Text Example
Text Example
White with #2D2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2129; }
p { color: rgb(45,33,41); }
H1.HeaderClassName
{
color: #2D2129;
}
.AnyTagClassName
{
color: #2D2129;
}
</style>
background-color css
<style>
a { background-color: #2D2129; }
a { background-color: rgb(45,33,41); }
div.DivClassName
{
background-color: #2D2129;
}
.BgClassName
{
background-color: #2D2129;
}
</style>
border-color css
<style>
span { border-color: #2D2129; }
span { border-color: rgb(45,33,41); }
td.TdClassName
{
border-color: #2D2129;
}
.TagClassName
{
border-color: #2D2129;
}
</style>