Shades of Melanzane #2B1B28
Tints of Melanzane #2B1B28
RGB
CMYK
RGB Variations
Color information
#2B1B28 (or 0x2B1B28) is known color: Melanzane. HEX triplet: 2B, 1B and 28. RGB value is (43,27,40). Sum of RGB (Red+Green+Blue) = 43+27+40=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1B28 is #D4E4D7. Grayscale: #212121. Windows color (decimal): -13952216 or 2628395. OLE color: 2628395.
HSL color Cylindrical-coordinate representation of color #2B1B28: hue angle of 311.25º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B1B28 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 27 | 40 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.83 |
| HSL | 311.25º | 0.23% | 0.14% | - |
| HSV(B) | 311.25º | 0.37% | 0.17% | - |
| XYZ | 1.77 | 1.45 | 2.19 | - |
| YUV | 33.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 40 | 0 | 0.37 | 0.07 | 0.83 | 311.25 | 0.23 | 0.14 |
| Hex | 2B | 1B | 28 | 0 | 25 | 7 | 53 | 137 | 17 | E |
| Octal | 53 | 33 | 50 | 0 | 45 | 7 | 123 | 467 | 27 | 16 |
| Binary | 101011 | 11011 | 101000 | 0 | 100101 | 111 | 1010011 | 100110111 | 10111 | 1110 |
Color Harmonies of #2B1B28
Complementary color
Monochromatic Colors of #2B1B28
Black with #2B1B28
Text Example
Text Example
White with #2B1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B28; }
p { color: rgb(43,27,40); }
H1.HeaderClassName
{
color: #2B1B28;
}
.AnyTagClassName
{
color: #2B1B28;
}
</style>
background-color css
<style>
a { background-color: #2B1B28; }
a { background-color: rgb(43,27,40); }
div.DivClassName
{
background-color: #2B1B28;
}
.BgClassName
{
background-color: #2B1B28;
}
</style>
border-color css
<style>
span { border-color: #2B1B28; }
span { border-color: rgb(43,27,40); }
td.TdClassName
{
border-color: #2B1B28;
}
.TagClassName
{
border-color: #2B1B28;
}
</style>