Shades of Melanzane #2B1425
Tints of Melanzane #2B1425
RGB
CMYK
RGB Variations
Color information
#2B1425 (or 0x2B1425) is known color: Melanzane. HEX triplet: 2B, 14 and 25. RGB value is (43,20,37). Sum of RGB (Red+Green+Blue) = 43+20+37=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1425 is #D4EBDA. Grayscale: #1C1C1C. Windows color (decimal): -13954011 or 2429995. OLE color: 2429995.
HSL color Cylindrical-coordinate representation of color #2B1425: hue angle of 315.65º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1425 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 20 | 37 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.83 |
| HSL | 315.65º | 0.37% | 0.12% | - |
| HSV(B) | 315.65º | 0.53% | 0.17% | - |
| XYZ | 1.58 | 1.15 | 1.89 | - |
| YUV | 28.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 37 | 0 | 0.53 | 0.14 | 0.83 | 315.65 | 0.37 | 0.12 |
| Hex | 2B | 14 | 25 | 0 | 35 | E | 53 | 13C | 25 | C |
| Octal | 53 | 24 | 45 | 0 | 65 | 16 | 123 | 474 | 45 | 14 |
| Binary | 101011 | 10100 | 100101 | 0 | 110101 | 1110 | 1010011 | 100111100 | 100101 | 1100 |
Color Harmonies of #2B1425
Complementary color
Monochromatic Colors of #2B1425
Black with #2B1425
Text Example
Text Example
White with #2B1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1425; }
p { color: rgb(43,20,37); }
H1.HeaderClassName
{
color: #2B1425;
}
.AnyTagClassName
{
color: #2B1425;
}
</style>
background-color css
<style>
a { background-color: #2B1425; }
a { background-color: rgb(43,20,37); }
div.DivClassName
{
background-color: #2B1425;
}
.BgClassName
{
background-color: #2B1425;
}
</style>
border-color css
<style>
span { border-color: #2B1425; }
span { border-color: rgb(43,20,37); }
td.TdClassName
{
border-color: #2B1425;
}
.TagClassName
{
border-color: #2B1425;
}
</style>