Shades of Melanzane #2D1427
Tints of Melanzane #2D1427
RGB
CMYK
RGB Variations
Color information
#2D1427 (or 0x2D1427) is known color: Melanzane. HEX triplet: 2D, 14 and 27. RGB value is (45,20,39). Sum of RGB (Red+Green+Blue) = 45+20+39=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1427 is #D2EBD8. Grayscale: #1D1D1D. Windows color (decimal): -13822937 or 2561069. OLE color: 2561069.
HSL color Cylindrical-coordinate representation of color #2D1427: hue angle of 314.4º 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 #2D1427 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 20 | 39 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.82 |
| HSL | 314.4º | 0.38% | 0.13% | - |
| HSV(B) | 314.4º | 0.56% | 0.18% | - |
| XYZ | 1.7 | 1.2 | 2.06 | - |
| YUV | 29.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 39 | 0 | 0.56 | 0.13 | 0.82 | 314.4 | 0.38 | 0.13 |
| Hex | 2D | 14 | 27 | 0 | 38 | D | 52 | 13A | 26 | D |
| Octal | 55 | 24 | 47 | 0 | 70 | 15 | 122 | 472 | 46 | 15 |
| Binary | 101101 | 10100 | 100111 | 0 | 111000 | 1101 | 1010010 | 100111010 | 100110 | 1101 |
Color Harmonies of #2D1427
Complementary color
Monochromatic Colors of #2D1427
Black with #2D1427
Text Example
Text Example
White with #2D1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1427; }
p { color: rgb(45,20,39); }
H1.HeaderClassName
{
color: #2D1427;
}
.AnyTagClassName
{
color: #2D1427;
}
</style>
background-color css
<style>
a { background-color: #2D1427; }
a { background-color: rgb(45,20,39); }
div.DivClassName
{
background-color: #2D1427;
}
.BgClassName
{
background-color: #2D1427;
}
</style>
border-color css
<style>
span { border-color: #2D1427; }
span { border-color: rgb(45,20,39); }
td.TdClassName
{
border-color: #2D1427;
}
.TagClassName
{
border-color: #2D1427;
}
</style>