Shades of Melanzane #2B1124
Tints of Melanzane #2B1124
RGB
CMYK
RGB Variations
Color information
#2B1124 (or 0x2B1124) is known color: Melanzane. HEX triplet: 2B, 11 and 24. RGB value is (43,17,36). Sum of RGB (Red+Green+Blue) = 43+17+36=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1124 is #D4EEDB. Grayscale: #1A1A1A. Windows color (decimal): -13954780 or 2363691. OLE color: 2363691.
HSL color Cylindrical-coordinate representation of color #2B1124: hue angle of 316.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1124 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 36 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.83 |
| HSL | 316.15º | 0.43% | 0.12% | - |
| HSV(B) | 316.15º | 0.6% | 0.17% | - |
| XYZ | 1.52 | 1.04 | 1.79 | - |
| YUV | 26.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 36 | 0 | 0.60 | 0.16 | 0.83 | 316.15 | 0.43 | 0.12 |
| Hex | 2B | 11 | 24 | 0 | 3C | 10 | 53 | 13C | 2B | C |
| Octal | 53 | 21 | 44 | 0 | 74 | 20 | 123 | 474 | 53 | 14 |
| Binary | 101011 | 10001 | 100100 | 0 | 111100 | 10000 | 1010011 | 100111100 | 101011 | 1100 |
Color Harmonies of #2B1124
Complementary color
Monochromatic Colors of #2B1124
Black with #2B1124
Text Example
Text Example
White with #2B1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1124; }
p { color: rgb(43,17,36); }
H1.HeaderClassName
{
color: #2B1124;
}
.AnyTagClassName
{
color: #2B1124;
}
</style>
background-color css
<style>
a { background-color: #2B1124; }
a { background-color: rgb(43,17,36); }
div.DivClassName
{
background-color: #2B1124;
}
.BgClassName
{
background-color: #2B1124;
}
</style>
border-color css
<style>
span { border-color: #2B1124; }
span { border-color: rgb(43,17,36); }
td.TdClassName
{
border-color: #2B1124;
}
.TagClassName
{
border-color: #2B1124;
}
</style>