Shades of Melanzane #2D2228
Tints of Melanzane #2D2228
RGB
CMYK
RGB Variations
Color information
#2D2228 (or 0x2D2228) is known color: Melanzane. HEX triplet: 2D, 22 and 28. RGB value is (45,34,40). Sum of RGB (Red+Green+Blue) = 45+34+40=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2228 is #D2DDD7. Grayscale: #252525. Windows color (decimal): -13819352 or 2630189. OLE color: 2630189.
HSL color Cylindrical-coordinate representation of color #2D2228: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D2228 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 34 | 40 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.82 |
| HSL | 327.27º | 0.14% | 0.15% | - |
| HSV(B) | 327.27º | 0.24% | 0.18% | - |
| XYZ | 2.04 | 1.86 | 2.26 | - |
| YUV | 37.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 40 | 0 | 0.24 | 0.11 | 0.82 | 327.27 | 0.14 | 0.15 |
| Hex | 2D | 22 | 28 | 0 | 18 | B | 52 | 147 | E | F |
| Octal | 55 | 42 | 50 | 0 | 30 | 13 | 122 | 507 | 16 | 17 |
| Binary | 101101 | 100010 | 101000 | 0 | 11000 | 1011 | 1010010 | 101000111 | 1110 | 1111 |
Color Harmonies of #2D2228
Complementary color
Monochromatic Colors of #2D2228
Black with #2D2228
Text Example
Text Example
White with #2D2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2228; }
p { color: rgb(45,34,40); }
H1.HeaderClassName
{
color: #2D2228;
}
.AnyTagClassName
{
color: #2D2228;
}
</style>
background-color css
<style>
a { background-color: #2D2228; }
a { background-color: rgb(45,34,40); }
div.DivClassName
{
background-color: #2D2228;
}
.BgClassName
{
background-color: #2D2228;
}
</style>
border-color css
<style>
span { border-color: #2D2228; }
span { border-color: rgb(45,34,40); }
td.TdClassName
{
border-color: #2D2228;
}
.TagClassName
{
border-color: #2D2228;
}
</style>