Shades of Melanzane #2D2128
Tints of Melanzane #2D2128
RGB
CMYK
RGB Variations
Color information
#2D2128 (or 0x2D2128) is known color: Melanzane. HEX triplet: 2D, 21 and 28. RGB value is (45,33,40). Sum of RGB (Red+Green+Blue) = 45+33+40=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2128 is #D2DED7. Grayscale: #252525. Windows color (decimal): -13819608 or 2629933. OLE color: 2629933.
HSL color Cylindrical-coordinate representation of color #2D2128: hue angle of 325º 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 #2D2128 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 33 | 40 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.82 |
| HSL | 325º | 0.15% | 0.15% | - |
| HSV(B) | 325º | 0.27% | 0.18% | - |
| XYZ | 2.01 | 1.8 | 2.25 | - |
| YUV | 37.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 40 | 0 | 0.27 | 0.11 | 0.82 | 325 | 0.15 | 0.15 |
| Hex | 2D | 21 | 28 | 0 | 1B | B | 52 | 145 | F | F |
| Octal | 55 | 41 | 50 | 0 | 33 | 13 | 122 | 505 | 17 | 17 |
| Binary | 101101 | 100001 | 101000 | 0 | 11011 | 1011 | 1010010 | 101000101 | 1111 | 1111 |
Color Harmonies of #2D2128
Complementary color
Monochromatic Colors of #2D2128
Black with #2D2128
Text Example
Text Example
White with #2D2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2128; }
p { color: rgb(45,33,40); }
H1.HeaderClassName
{
color: #2D2128;
}
.AnyTagClassName
{
color: #2D2128;
}
</style>
background-color css
<style>
a { background-color: #2D2128; }
a { background-color: rgb(45,33,40); }
div.DivClassName
{
background-color: #2D2128;
}
.BgClassName
{
background-color: #2D2128;
}
</style>
border-color css
<style>
span { border-color: #2D2128; }
span { border-color: rgb(45,33,40); }
td.TdClassName
{
border-color: #2D2128;
}
.TagClassName
{
border-color: #2D2128;
}
</style>