Shades of Melanzane #2D1F27
Tints of Melanzane #2D1F27
RGB
CMYK
RGB Variations
Color information
#2D1F27 (or 0x2D1F27) is known color: Melanzane. HEX triplet: 2D, 1F and 27. RGB value is (45,31,39). Sum of RGB (Red+Green+Blue) = 45+31+39=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F27 is #D2E0D8. Grayscale: #242424. Windows color (decimal): -13820121 or 2563885. OLE color: 2563885.
HSL color Cylindrical-coordinate representation of color #2D1F27: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D1F27 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 31 | 39 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.82 |
| HSL | 325.71º | 0.18% | 0.15% | - |
| HSV(B) | 325.71º | 0.31% | 0.18% | - |
| XYZ | 1.94 | 1.68 | 2.14 | - |
| YUV | 36.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 39 | 0 | 0.31 | 0.13 | 0.82 | 325.71 | 0.18 | 0.15 |
| Hex | 2D | 1F | 27 | 0 | 1F | D | 52 | 146 | 12 | F |
| Octal | 55 | 37 | 47 | 0 | 37 | 15 | 122 | 506 | 22 | 17 |
| Binary | 101101 | 11111 | 100111 | 0 | 11111 | 1101 | 1010010 | 101000110 | 10010 | 1111 |
Color Harmonies of #2D1F27
Complementary color
Monochromatic Colors of #2D1F27
Black with #2D1F27
Text Example
Text Example
White with #2D1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F27; }
p { color: rgb(45,31,39); }
H1.HeaderClassName
{
color: #2D1F27;
}
.AnyTagClassName
{
color: #2D1F27;
}
</style>
background-color css
<style>
a { background-color: #2D1F27; }
a { background-color: rgb(45,31,39); }
div.DivClassName
{
background-color: #2D1F27;
}
.BgClassName
{
background-color: #2D1F27;
}
</style>
border-color css
<style>
span { border-color: #2D1F27; }
span { border-color: rgb(45,31,39); }
td.TdClassName
{
border-color: #2D1F27;
}
.TagClassName
{
border-color: #2D1F27;
}
</style>