Shades of Melanzane #2B1F28
Tints of Melanzane #2B1F28
RGB
CMYK
RGB Variations
Color information
#2B1F28 (or 0x2B1F28) is known color: Melanzane. HEX triplet: 2B, 1F and 28. RGB value is (43,31,40). Sum of RGB (Red+Green+Blue) = 43+31+40=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1F28 is #D4E0D7. Grayscale: #232323. Windows color (decimal): -13951192 or 2629419. OLE color: 2629419.
HSL color Cylindrical-coordinate representation of color #2B1F28: hue angle of 315º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B1F28 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 31 | 40 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.83 |
| HSL | 315º | 0.16% | 0.15% | - |
| HSV(B) | 315º | 0.28% | 0.17% | - |
| XYZ | 1.87 | 1.65 | 2.23 | - |
| YUV | 35.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 40 | 0 | 0.28 | 0.07 | 0.83 | 315 | 0.16 | 0.15 |
| Hex | 2B | 1F | 28 | 0 | 1C | 7 | 53 | 13B | 10 | F |
| Octal | 53 | 37 | 50 | 0 | 34 | 7 | 123 | 473 | 20 | 17 |
| Binary | 101011 | 11111 | 101000 | 0 | 11100 | 111 | 1010011 | 100111011 | 10000 | 1111 |
Color Harmonies of #2B1F28
Complementary color
Monochromatic Colors of #2B1F28
Black with #2B1F28
Text Example
Text Example
White with #2B1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F28; }
p { color: rgb(43,31,40); }
H1.HeaderClassName
{
color: #2B1F28;
}
.AnyTagClassName
{
color: #2B1F28;
}
</style>
background-color css
<style>
a { background-color: #2B1F28; }
a { background-color: rgb(43,31,40); }
div.DivClassName
{
background-color: #2B1F28;
}
.BgClassName
{
background-color: #2B1F28;
}
</style>
border-color css
<style>
span { border-color: #2B1F28; }
span { border-color: rgb(43,31,40); }
td.TdClassName
{
border-color: #2B1F28;
}
.TagClassName
{
border-color: #2B1F28;
}
</style>