Shades of Melanzane #2B1D27
Tints of Melanzane #2B1D27
RGB
CMYK
RGB Variations
Color information
#2B1D27 (or 0x2B1D27) is known color: Melanzane. HEX triplet: 2B, 1D and 27. RGB value is (43,29,39). Sum of RGB (Red+Green+Blue) = 43+29+39=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1D27 is #D4E2D8. Grayscale: #222222. Windows color (decimal): -13951705 or 2563371. OLE color: 2563371.
HSL color Cylindrical-coordinate representation of color #2B1D27: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B1D27 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 29 | 39 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.83 |
| HSL | 317.14º | 0.19% | 0.14% | - |
| HSV(B) | 317.14º | 0.33% | 0.17% | - |
| XYZ | 1.8 | 1.54 | 2.12 | - |
| YUV | 34.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 39 | 0 | 0.33 | 0.09 | 0.83 | 317.14 | 0.19 | 0.14 |
| Hex | 2B | 1D | 27 | 0 | 21 | 9 | 53 | 13D | 13 | E |
| Octal | 53 | 35 | 47 | 0 | 41 | 11 | 123 | 475 | 23 | 16 |
| Binary | 101011 | 11101 | 100111 | 0 | 100001 | 1001 | 1010011 | 100111101 | 10011 | 1110 |
Color Harmonies of #2B1D27
Complementary color
Monochromatic Colors of #2B1D27
Black with #2B1D27
Text Example
Text Example
White with #2B1D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1D27; }
p { color: rgb(43,29,39); }
H1.HeaderClassName
{
color: #2B1D27;
}
.AnyTagClassName
{
color: #2B1D27;
}
</style>
background-color css
<style>
a { background-color: #2B1D27; }
a { background-color: rgb(43,29,39); }
div.DivClassName
{
background-color: #2B1D27;
}
.BgClassName
{
background-color: #2B1D27;
}
</style>
border-color css
<style>
span { border-color: #2B1D27; }
span { border-color: rgb(43,29,39); }
td.TdClassName
{
border-color: #2B1D27;
}
.TagClassName
{
border-color: #2B1D27;
}
</style>