Shades of Black Magic #2B2821
Tints of Black Magic #2B2821
RGB
CMYK
RGB Variations
Color information
#2B2821 (or 0x2B2821) is known color: Black Magic. HEX triplet: 2B, 28 and 21. RGB value is (43,40,33). Sum of RGB (Red+Green+Blue) = 43+40+33=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2821 is #D4D7DE. Grayscale: #282828. Windows color (decimal): -13948895 or 2172971. OLE color: 2172971.
HSL color Cylindrical-coordinate representation of color #2B2821: hue angle of 42º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B2821 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 33 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.83 |
| HSL | 42º | 0.13% | 0.15% | - |
| HSV(B) | 42º | 0.23% | 0.17% | - |
| XYZ | 2.03 | 2.14 | 1.75 | - |
| YUV | 40.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 33 | 0 | 0.07 | 0.23 | 0.83 | 42 | 0.13 | 0.15 |
| Hex | 2B | 28 | 21 | 0 | 7 | 17 | 53 | 2A | D | F |
| Octal | 53 | 50 | 41 | 0 | 7 | 27 | 123 | 52 | 15 | 17 |
| Binary | 101011 | 101000 | 100001 | 0 | 111 | 10111 | 1010011 | 101010 | 1101 | 1111 |
Color Harmonies of #2B2821
Complementary color
Monochromatic Colors of #2B2821
Black with #2B2821
Text Example
Text Example
White with #2B2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2821; }
p { color: rgb(43,40,33); }
H1.HeaderClassName
{
color: #2B2821;
}
.AnyTagClassName
{
color: #2B2821;
}
</style>
background-color css
<style>
a { background-color: #2B2821; }
a { background-color: rgb(43,40,33); }
div.DivClassName
{
background-color: #2B2821;
}
.BgClassName
{
background-color: #2B2821;
}
</style>
border-color css
<style>
span { border-color: #2B2821; }
span { border-color: rgb(43,40,33); }
td.TdClassName
{
border-color: #2B2821;
}
.TagClassName
{
border-color: #2B2821;
}
</style>