Shades of Melanzane #2B1527
Tints of Melanzane #2B1527
RGB
CMYK
RGB Variations
Color information
#2B1527 (or 0x2B1527) is known color: Melanzane. HEX triplet: 2B, 15 and 27. RGB value is (43,21,39). Sum of RGB (Red+Green+Blue) = 43+21+39=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1527 is #D4EAD8. Grayscale: #1D1D1D. Windows color (decimal): -13953753 or 2561323. OLE color: 2561323.
HSL color Cylindrical-coordinate representation of color #2B1527: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1527 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 39 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.83 |
| HSL | 310.91º | 0.34% | 0.13% | - |
| HSV(B) | 310.91º | 0.51% | 0.17% | - |
| XYZ | 1.63 | 1.2 | 2.06 | - |
| YUV | 29.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 39 | 0 | 0.51 | 0.09 | 0.83 | 310.91 | 0.34 | 0.13 |
| Hex | 2B | 15 | 27 | 0 | 33 | 9 | 53 | 137 | 22 | D |
| Octal | 53 | 25 | 47 | 0 | 63 | 11 | 123 | 467 | 42 | 15 |
| Binary | 101011 | 10101 | 100111 | 0 | 110011 | 1001 | 1010011 | 100110111 | 100010 | 1101 |
Color Harmonies of #2B1527
Complementary color
Monochromatic Colors of #2B1527
Black with #2B1527
Text Example
Text Example
White with #2B1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1527; }
p { color: rgb(43,21,39); }
H1.HeaderClassName
{
color: #2B1527;
}
.AnyTagClassName
{
color: #2B1527;
}
</style>
background-color css
<style>
a { background-color: #2B1527; }
a { background-color: rgb(43,21,39); }
div.DivClassName
{
background-color: #2B1527;
}
.BgClassName
{
background-color: #2B1527;
}
</style>
border-color css
<style>
span { border-color: #2B1527; }
span { border-color: rgb(43,21,39); }
td.TdClassName
{
border-color: #2B1527;
}
.TagClassName
{
border-color: #2B1527;
}
</style>