Shades of Melanzane #2B232A
Tints of Melanzane #2B232A
RGB
CMYK
RGB Variations
Color information
#2B232A (or 0x2B232A) is known color: Melanzane. HEX triplet: 2B, 23 and 2A. RGB value is (43,35,42). Sum of RGB (Red+Green+Blue) = 43+35+42=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 43 - color contains mainly: red. Hex color #2B232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232A is #D4DCD5. Grayscale: #262626. Windows color (decimal): -13950166 or 2761515. OLE color: 2761515.
HSL color Cylindrical-coordinate representation of color #2B232A: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B232A is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 42 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.83 |
| HSL | 307.5º | 0.1% | 0.15% | - |
| HSV(B) | 307.5º | 0.19% | 0.17% | - |
| XYZ | 2.02 | 1.88 | 2.45 | - |
| YUV | 38.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 42 | 0 | 0.19 | 0.02 | 0.83 | 307.5 | 0.1 | 0.15 |
| Hex | 2B | 23 | 2A | 0 | 13 | 2 | 53 | 134 | A | F |
| Octal | 53 | 43 | 52 | 0 | 23 | 2 | 123 | 464 | 12 | 17 |
| Binary | 101011 | 100011 | 101010 | 0 | 10011 | 10 | 1010011 | 100110100 | 1010 | 1111 |
Color Harmonies of #2B232A
Complementary color
Monochromatic Colors of #2B232A
Black with #2B232A
Text Example
Text Example
White with #2B232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B232A; }
p { color: rgb(43,35,42); }
H1.HeaderClassName
{
color: #2B232A;
}
.AnyTagClassName
{
color: #2B232A;
}
</style>
background-color css
<style>
a { background-color: #2B232A; }
a { background-color: rgb(43,35,42); }
div.DivClassName
{
background-color: #2B232A;
}
.BgClassName
{
background-color: #2B232A;
}
</style>
border-color css
<style>
span { border-color: #2B232A; }
span { border-color: rgb(43,35,42); }
td.TdClassName
{
border-color: #2B232A;
}
.TagClassName
{
border-color: #2B232A;
}
</style>