Shades of Melanzane #2D1428
Tints of Melanzane #2D1428
RGB
CMYK
RGB Variations
Color information
#2D1428 (or 0x2D1428) is known color: Melanzane. HEX triplet: 2D, 14 and 28. RGB value is (45,20,40). Sum of RGB (Red+Green+Blue) = 45+20+40=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1428 is #D2EBD7. Grayscale: #1D1D1D. Windows color (decimal): -13822936 or 2626605. OLE color: 2626605.
HSL color Cylindrical-coordinate representation of color #2D1428: hue angle of 312º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1428 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 40 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.82 |
| HSL | 312º | 0.38% | 0.13% | - |
| HSV(B) | 312º | 0.56% | 0.18% | - |
| XYZ | 1.72 | 1.21 | 2.15 | - |
| YUV | 29.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 40 | 0 | 0.56 | 0.11 | 0.82 | 312 | 0.38 | 0.13 |
| Hex | 2D | 14 | 28 | 0 | 38 | B | 52 | 138 | 26 | D |
| Octal | 55 | 24 | 50 | 0 | 70 | 13 | 122 | 470 | 46 | 15 |
| Binary | 101101 | 10100 | 101000 | 0 | 111000 | 1011 | 1010010 | 100111000 | 100110 | 1101 |
Color Harmonies of #2D1428
Complementary color
Monochromatic Colors of #2D1428
Black with #2D1428
Text Example
Text Example
White with #2D1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1428; }
p { color: rgb(45,20,40); }
H1.HeaderClassName
{
color: #2D1428;
}
.AnyTagClassName
{
color: #2D1428;
}
</style>
background-color css
<style>
a { background-color: #2D1428; }
a { background-color: rgb(45,20,40); }
div.DivClassName
{
background-color: #2D1428;
}
.BgClassName
{
background-color: #2D1428;
}
</style>
border-color css
<style>
span { border-color: #2D1428; }
span { border-color: rgb(45,20,40); }
td.TdClassName
{
border-color: #2D1428;
}
.TagClassName
{
border-color: #2D1428;
}
</style>