Shades of Melanzane #2B1226
Tints of Melanzane #2B1226
RGB
CMYK
RGB Variations
Color information
#2B1226 (or 0x2B1226) is known color: Melanzane. HEX triplet: 2B, 12 and 26. RGB value is (43,18,38). Sum of RGB (Red+Green+Blue) = 43+18+38=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1226 is #D4EDD9. Grayscale: #1B1B1B. Windows color (decimal): -13954522 or 2495019. OLE color: 2495019.
HSL color Cylindrical-coordinate representation of color #2B1226: hue angle of 312º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1226 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 18 | 38 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.83 |
| HSL | 312º | 0.41% | 0.12% | - |
| HSV(B) | 312º | 0.58% | 0.17% | - |
| XYZ | 1.56 | 1.09 | 1.96 | - |
| YUV | 27.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 38 | 0 | 0.58 | 0.12 | 0.83 | 312 | 0.41 | 0.12 |
| Hex | 2B | 12 | 26 | 0 | 3A | C | 53 | 138 | 29 | C |
| Octal | 53 | 22 | 46 | 0 | 72 | 14 | 123 | 470 | 51 | 14 |
| Binary | 101011 | 10010 | 100110 | 0 | 111010 | 1100 | 1010011 | 100111000 | 101001 | 1100 |
Color Harmonies of #2B1226
Complementary color
Monochromatic Colors of #2B1226
Black with #2B1226
Text Example
Text Example
White with #2B1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1226; }
p { color: rgb(43,18,38); }
H1.HeaderClassName
{
color: #2B1226;
}
.AnyTagClassName
{
color: #2B1226;
}
</style>
background-color css
<style>
a { background-color: #2B1226; }
a { background-color: rgb(43,18,38); }
div.DivClassName
{
background-color: #2B1226;
}
.BgClassName
{
background-color: #2B1226;
}
</style>
border-color css
<style>
span { border-color: #2B1226; }
span { border-color: rgb(43,18,38); }
td.TdClassName
{
border-color: #2B1226;
}
.TagClassName
{
border-color: #2B1226;
}
</style>