Shades of Melanzane #2B282A
Tints of Melanzane #2B282A
RGB
CMYK
RGB Variations
Color information
#2B282A (or 0x2B282A) is known color: Melanzane. HEX triplet: 2B, 28 and 2A. RGB value is (43,40,42). Sum of RGB (Red+Green+Blue) = 43+40+42=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 43 - color contains mainly: red. Hex color #2B282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B282A is #D4D7D5. Grayscale: #292929. Windows color (decimal): -13948886 or 2762795. OLE color: 2762795.
HSL color Cylindrical-coordinate representation of color #2B282A: hue angle of 320º degrees, saturation: 0.04, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #2B282A is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 40 | 42 | - |
CMYK | 0 | 0.07 | 0.02 | 0.83 |
HSL | 320º | 0.04% | 0.16% | - |
HSV(B) | 320º | 0.07% | 0.17% | - |
XYZ | 2.17 | 2.2 | 2.5 | - |
YUV | 41.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 40 | 42 | 0 | 0.07 | 0.02 | 0.83 | 320 | 0.04 | 0.16 |
Hex | 2B | 28 | 2A | 0 | 7 | 2 | 53 | 140 | 4 | 10 |
Octal | 53 | 50 | 52 | 0 | 7 | 2 | 123 | 500 | 4 | 20 |
Binary | 101011 | 101000 | 101010 | 0 | 111 | 10 | 1010011 | 101000000 | 100 | 10000 |
Color Harmonies of #2B282A
Complementary color
Monochromatic Colors of #2B282A
Black with #2B282A
Text Example
Text Example
White with #2B282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B282A; }
p { color: rgb(43,40,42); }
H1.HeaderClassName
{
color: #2B282A;
}
.AnyTagClassName
{
color: #2B282A;
}
</style>
background-color css
<style>
a { background-color: #2B282A; }
a { background-color: rgb(43,40,42); }
div.DivClassName
{
background-color: #2B282A;
}
.BgClassName
{
background-color: #2B282A;
}
</style>
border-color css
<style>
span { border-color: #2B282A; }
span { border-color: rgb(43,40,42); }
td.TdClassName
{
border-color: #2B282A;
}
.TagClassName
{
border-color: #2B282A;
}
</style>