Shades of Melanzane #2D1E28
Tints of Melanzane #2D1E28
RGB
CMYK
RGB Variations
Color information
#2D1E28 (or 0x2D1E28) is known color: Melanzane. HEX triplet: 2D, 1E and 28. RGB value is (45,30,40). Sum of RGB (Red+Green+Blue) = 45+30+40=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E28 is #D2E1D7. Grayscale: #232323. Windows color (decimal): -13820376 or 2629165. OLE color: 2629165.
HSL color Cylindrical-coordinate representation of color #2D1E28: hue angle of 320º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D1E28 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 30 | 40 | - |
CMYK | 0 | 0.33 | 0.11 | 0.82 |
HSL | 320º | 0.2% | 0.15% | - |
HSV(B) | 320º | 0.33% | 0.18% | - |
XYZ | 1.93 | 1.64 | 2.22 | - |
YUV | 35.63 | 130.47 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 30 | 40 | 0 | 0.33 | 0.11 | 0.82 | 320 | 0.2 | 0.15 |
Hex | 2D | 1E | 28 | 0 | 21 | B | 52 | 140 | 14 | F |
Octal | 55 | 36 | 50 | 0 | 41 | 13 | 122 | 500 | 24 | 17 |
Binary | 101101 | 11110 | 101000 | 0 | 100001 | 1011 | 1010010 | 101000000 | 10100 | 1111 |
Color Harmonies of #2D1E28
Complementary color
Monochromatic Colors of #2D1E28
Black with #2D1E28
Text Example
Text Example
White with #2D1E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E28; }
p { color: rgb(45,30,40); }
H1.HeaderClassName
{
color: #2D1E28;
}
.AnyTagClassName
{
color: #2D1E28;
}
</style>
background-color css
<style>
a { background-color: #2D1E28; }
a { background-color: rgb(45,30,40); }
div.DivClassName
{
background-color: #2D1E28;
}
.BgClassName
{
background-color: #2D1E28;
}
</style>
border-color css
<style>
span { border-color: #2D1E28; }
span { border-color: rgb(45,30,40); }
td.TdClassName
{
border-color: #2D1E28;
}
.TagClassName
{
border-color: #2D1E28;
}
</style>