Shades of Melanzane #2D1628
Tints of Melanzane #2D1628
RGB
CMYK
RGB Variations
Color information
#2D1628 (or 0x2D1628) is known color: Melanzane. HEX triplet: 2D, 16 and 28. RGB value is (45,22,40). Sum of RGB (Red+Green+Blue) = 45+22+40=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1628 is #D2E9D7. Grayscale: #1E1E1E. Windows color (decimal): -13822424 or 2627117. OLE color: 2627117.
HSL color Cylindrical-coordinate representation of color #2D1628: hue angle of 313.04º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D1628 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 22 | 40 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.82 |
| HSL | 313.04º | 0.34% | 0.13% | - |
| HSV(B) | 313.04º | 0.51% | 0.18% | - |
| XYZ | 1.75 | 1.28 | 2.16 | - |
| YUV | 30.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 40 | 0 | 0.51 | 0.11 | 0.82 | 313.04 | 0.34 | 0.13 |
| Hex | 2D | 16 | 28 | 0 | 33 | B | 52 | 139 | 22 | D |
| Octal | 55 | 26 | 50 | 0 | 63 | 13 | 122 | 471 | 42 | 15 |
| Binary | 101101 | 10110 | 101000 | 0 | 110011 | 1011 | 1010010 | 100111001 | 100010 | 1101 |
Color Harmonies of #2D1628
Complementary color
Monochromatic Colors of #2D1628
Black with #2D1628
Text Example
Text Example
White with #2D1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1628; }
p { color: rgb(45,22,40); }
H1.HeaderClassName
{
color: #2D1628;
}
.AnyTagClassName
{
color: #2D1628;
}
</style>
background-color css
<style>
a { background-color: #2D1628; }
a { background-color: rgb(45,22,40); }
div.DivClassName
{
background-color: #2D1628;
}
.BgClassName
{
background-color: #2D1628;
}
</style>
border-color css
<style>
span { border-color: #2D1628; }
span { border-color: rgb(45,22,40); }
td.TdClassName
{
border-color: #2D1628;
}
.TagClassName
{
border-color: #2D1628;
}
</style>