Shades of Melanzane #2B262A
Tints of Melanzane #2B262A
RGB
CMYK
RGB Variations
Color information
#2B262A (or 0x2B262A) is known color: Melanzane. HEX triplet: 2B, 26 and 2A. RGB value is (43,38,42). Sum of RGB (Red+Green+Blue) = 43+38+42=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 43 - color contains mainly: red. Hex color #2B262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262A is #D4D9D5. Grayscale: #272727. Windows color (decimal): -13949398 or 2762283. OLE color: 2762283.
HSL color Cylindrical-coordinate representation of color #2B262A: hue angle of 312º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B262A is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 38 | 42 | - |
CMYK | 0 | 0.12 | 0.02 | 0.83 |
HSL | 312º | 0.06% | 0.16% | - |
HSV(B) | 312º | 0.12% | 0.17% | - |
XYZ | 2.11 | 2.07 | 2.48 | - |
YUV | 39.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 38 | 42 | 0 | 0.12 | 0.02 | 0.83 | 312 | 0.06 | 0.16 |
Hex | 2B | 26 | 2A | 0 | C | 2 | 53 | 138 | 6 | 10 |
Octal | 53 | 46 | 52 | 0 | 14 | 2 | 123 | 470 | 6 | 20 |
Binary | 101011 | 100110 | 101010 | 0 | 1100 | 10 | 1010011 | 100111000 | 110 | 10000 |
Color Harmonies of #2B262A
Complementary color
Monochromatic Colors of #2B262A
Black with #2B262A
Text Example
Text Example
White with #2B262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B262A; }
p { color: rgb(43,38,42); }
H1.HeaderClassName
{
color: #2B262A;
}
.AnyTagClassName
{
color: #2B262A;
}
</style>
background-color css
<style>
a { background-color: #2B262A; }
a { background-color: rgb(43,38,42); }
div.DivClassName
{
background-color: #2B262A;
}
.BgClassName
{
background-color: #2B262A;
}
</style>
border-color css
<style>
span { border-color: #2B262A; }
span { border-color: rgb(43,38,42); }
td.TdClassName
{
border-color: #2B262A;
}
.TagClassName
{
border-color: #2B262A;
}
</style>