Shades of Melanzane #2D292C
Tints of Melanzane #2D292C
RGB
CMYK
RGB Variations
Color information
#2D292C (or 0x2D292C) is known color: Melanzane. HEX triplet: 2D, 29 and 2C. RGB value is (45,41,44). Sum of RGB (Red+Green+Blue) = 45+41+44=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 45 - color contains mainly: red. Hex color #2D292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D292C is #D2D6D3. Grayscale: #2A2A2A. Windows color (decimal): -13817556 or 2894125. OLE color: 2894125.
HSL color Cylindrical-coordinate representation of color #2D292C: hue angle of 315º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2D292C is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 41 | 44 | - |
CMYK | 0 | 0.09 | 0.02 | 0.82 |
HSL | 315º | 0.05% | 0.17% | - |
HSV(B) | 315º | 0.09% | 0.18% | - |
XYZ | 2.33 | 2.33 | 2.71 | - |
YUV | 42.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 41 | 44 | 0 | 0.09 | 0.02 | 0.82 | 315 | 0.05 | 0.17 |
Hex | 2D | 29 | 2C | 0 | 9 | 2 | 52 | 13B | 5 | 11 |
Octal | 55 | 51 | 54 | 0 | 11 | 2 | 122 | 473 | 5 | 21 |
Binary | 101101 | 101001 | 101100 | 0 | 1001 | 10 | 1010010 | 100111011 | 101 | 10001 |
Color Harmonies of #2D292C
Complementary color
Monochromatic Colors of #2D292C
Black with #2D292C
Text Example
Text Example
White with #2D292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D292C; }
p { color: rgb(45,41,44); }
H1.HeaderClassName
{
color: #2D292C;
}
.AnyTagClassName
{
color: #2D292C;
}
</style>
background-color css
<style>
a { background-color: #2D292C; }
a { background-color: rgb(45,41,44); }
div.DivClassName
{
background-color: #2D292C;
}
.BgClassName
{
background-color: #2D292C;
}
</style>
border-color css
<style>
span { border-color: #2D292C; }
span { border-color: rgb(45,41,44); }
td.TdClassName
{
border-color: #2D292C;
}
.TagClassName
{
border-color: #2D292C;
}
</style>