Shades of Melanzane #2D272B
Tints of Melanzane #2D272B
RGB
CMYK
RGB Variations
Color information
#2D272B (or 0x2D272B) is known color: Melanzane. HEX triplet: 2D, 27 and 2B. RGB value is (45,39,43). Sum of RGB (Red+Green+Blue) = 45+39+43=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 45 - color contains mainly: red. Hex color #2D272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D272B is #D2D8D4. Grayscale: #292929. Windows color (decimal): -13818069 or 2828077. OLE color: 2828077.
HSL color Cylindrical-coordinate representation of color #2D272B: hue angle of 320º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D272B is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 39 | 43 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.82 |
| HSL | 320º | 0.07% | 0.16% | - |
| HSV(B) | 320º | 0.13% | 0.18% | - |
| XYZ | 2.24 | 2.18 | 2.59 | - |
| YUV | 41.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 43 | 0 | 0.13 | 0.04 | 0.82 | 320 | 0.07 | 0.16 |
| Hex | 2D | 27 | 2B | 0 | D | 4 | 52 | 140 | 7 | 10 |
| Octal | 55 | 47 | 53 | 0 | 15 | 4 | 122 | 500 | 7 | 20 |
| Binary | 101101 | 100111 | 101011 | 0 | 1101 | 100 | 1010010 | 101000000 | 111 | 10000 |
Color Harmonies of #2D272B
Complementary color
Monochromatic Colors of #2D272B
Black with #2D272B
Text Example
Text Example
White with #2D272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D272B; }
p { color: rgb(45,39,43); }
H1.HeaderClassName
{
color: #2D272B;
}
.AnyTagClassName
{
color: #2D272B;
}
</style>
background-color css
<style>
a { background-color: #2D272B; }
a { background-color: rgb(45,39,43); }
div.DivClassName
{
background-color: #2D272B;
}
.BgClassName
{
background-color: #2D272B;
}
</style>
border-color css
<style>
span { border-color: #2D272B; }
span { border-color: rgb(45,39,43); }
td.TdClassName
{
border-color: #2D272B;
}
.TagClassName
{
border-color: #2D272B;
}
</style>