Shades of Melanzane #2B2128
Tints of Melanzane #2B2128
RGB
CMYK
RGB Variations
Color information
#2B2128 (or 0x2B2128) is known color: Melanzane. HEX triplet: 2B, 21 and 28. RGB value is (43,33,40). Sum of RGB (Red+Green+Blue) = 43+33+40=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2128 is #D4DED7. Grayscale: #242424. Windows color (decimal): -13950680 or 2629931. OLE color: 2629931.
HSL color Cylindrical-coordinate representation of color #2B2128: hue angle of 318º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B2128 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 33 | 40 | - |
CMYK | 0 | 0.23 | 0.07 | 0.83 |
HSL | 318º | 0.13% | 0.15% | - |
HSV(B) | 318º | 0.23% | 0.17% | - |
XYZ | 1.92 | 1.75 | 2.24 | - |
YUV | 36.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 33 | 40 | 0 | 0.23 | 0.07 | 0.83 | 318 | 0.13 | 0.15 |
Hex | 2B | 21 | 28 | 0 | 17 | 7 | 53 | 13E | D | F |
Octal | 53 | 41 | 50 | 0 | 27 | 7 | 123 | 476 | 15 | 17 |
Binary | 101011 | 100001 | 101000 | 0 | 10111 | 111 | 1010011 | 100111110 | 1101 | 1111 |
Color Harmonies of #2B2128
Complementary color
Monochromatic Colors of #2B2128
Black with #2B2128
Text Example
Text Example
White with #2B2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2128; }
p { color: rgb(43,33,40); }
H1.HeaderClassName
{
color: #2B2128;
}
.AnyTagClassName
{
color: #2B2128;
}
</style>
background-color css
<style>
a { background-color: #2B2128; }
a { background-color: rgb(43,33,40); }
div.DivClassName
{
background-color: #2B2128;
}
.BgClassName
{
background-color: #2B2128;
}
</style>
border-color css
<style>
span { border-color: #2B2128; }
span { border-color: rgb(43,33,40); }
td.TdClassName
{
border-color: #2B2128;
}
.TagClassName
{
border-color: #2B2128;
}
</style>