Shades of Melanzane #2B1A28
Tints of Melanzane #2B1A28
RGB
CMYK
RGB Variations
Color information
#2B1A28 (or 0x2B1A28) is known color: Melanzane. HEX triplet: 2B, 1A and 28. RGB value is (43,26,40). Sum of RGB (Red+Green+Blue) = 43+26+40=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A28 is #D4E5D7. Grayscale: #202020. Windows color (decimal): -13952472 or 2628139. OLE color: 2628139.
HSL color Cylindrical-coordinate representation of color #2B1A28: hue angle of 310.59º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B1A28 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 40 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.83 |
| HSL | 310.59º | 0.25% | 0.14% | - |
| HSV(B) | 310.59º | 0.4% | 0.17% | - |
| XYZ | 1.75 | 1.41 | 2.19 | - |
| YUV | 32.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 40 | 0 | 0.40 | 0.07 | 0.83 | 310.59 | 0.25 | 0.14 |
| Hex | 2B | 1A | 28 | 0 | 28 | 7 | 53 | 137 | 19 | E |
| Octal | 53 | 32 | 50 | 0 | 50 | 7 | 123 | 467 | 31 | 16 |
| Binary | 101011 | 11010 | 101000 | 0 | 101000 | 111 | 1010011 | 100110111 | 11001 | 1110 |
Color Harmonies of #2B1A28
Complementary color
Monochromatic Colors of #2B1A28
Black with #2B1A28
Text Example
Text Example
White with #2B1A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A28; }
p { color: rgb(43,26,40); }
H1.HeaderClassName
{
color: #2B1A28;
}
.AnyTagClassName
{
color: #2B1A28;
}
</style>
background-color css
<style>
a { background-color: #2B1A28; }
a { background-color: rgb(43,26,40); }
div.DivClassName
{
background-color: #2B1A28;
}
.BgClassName
{
background-color: #2B1A28;
}
</style>
border-color css
<style>
span { border-color: #2B1A28; }
span { border-color: rgb(43,26,40); }
td.TdClassName
{
border-color: #2B1A28;
}
.TagClassName
{
border-color: #2B1A28;
}
</style>