Shades of Melanzane #2D1F2B
Tints of Melanzane #2D1F2B
RGB
CMYK
RGB Variations
Color information
#2D1F2B (or 0x2D1F2B) is known color: Melanzane. HEX triplet: 2D, 1F and 2B. RGB value is (45,31,43). Sum of RGB (Red+Green+Blue) = 45+31+43=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F2B is #D2E0D4. Grayscale: #242424. Windows color (decimal): -13820117 or 2826029. OLE color: 2826029.
HSL color Cylindrical-coordinate representation of color #2D1F2B: hue angle of 308.57º 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 #2D1F2B is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 31 | 43 | - |
CMYK | 0 | 0.31 | 0.04 | 0.82 |
HSL | 308.57º | 0.18% | 0.15% | - |
HSV(B) | 308.57º | 0.31% | 0.18% | - |
XYZ | 2.01 | 1.71 | 2.51 | - |
YUV | 36.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 31 | 43 | 0 | 0.31 | 0.04 | 0.82 | 308.57 | 0.18 | 0.15 |
Hex | 2D | 1F | 2B | 0 | 1F | 4 | 52 | 135 | 12 | F |
Octal | 55 | 37 | 53 | 0 | 37 | 4 | 122 | 465 | 22 | 17 |
Binary | 101101 | 11111 | 101011 | 0 | 11111 | 100 | 1010010 | 100110101 | 10010 | 1111 |
Color Harmonies of #2D1F2B
Complementary color
Monochromatic Colors of #2D1F2B
Black with #2D1F2B
Text Example
Text Example
White with #2D1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F2B; }
p { color: rgb(45,31,43); }
H1.HeaderClassName
{
color: #2D1F2B;
}
.AnyTagClassName
{
color: #2D1F2B;
}
</style>
background-color css
<style>
a { background-color: #2D1F2B; }
a { background-color: rgb(45,31,43); }
div.DivClassName
{
background-color: #2D1F2B;
}
.BgClassName
{
background-color: #2D1F2B;
}
</style>
border-color css
<style>
span { border-color: #2D1F2B; }
span { border-color: rgb(45,31,43); }
td.TdClassName
{
border-color: #2D1F2B;
}
.TagClassName
{
border-color: #2D1F2B;
}
</style>