Shades of Black Magic #2B2721
Tints of Black Magic #2B2721
RGB
CMYK
RGB Variations
Color information
#2B2721 (or 0x2B2721) is known color: Black Magic. HEX triplet: 2B, 27 and 21. RGB value is (43,39,33). Sum of RGB (Red+Green+Blue) = 43+39+33=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2721 is #D4D8DE. Grayscale: #272727. Windows color (decimal): -13949151 or 2172715. OLE color: 2172715.
HSL color Cylindrical-coordinate representation of color #2B2721: hue angle of 36º 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 #2B2721 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 33 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.83 |
| HSL | 36º | 0.13% | 0.15% | - |
| HSV(B) | 36º | 0.23% | 0.17% | - |
| XYZ | 2 | 2.07 | 1.73 | - |
| YUV | 39.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 33 | 0 | 0.09 | 0.23 | 0.83 | 36 | 0.13 | 0.15 |
| Hex | 2B | 27 | 21 | 0 | 9 | 17 | 53 | 24 | D | F |
| Octal | 53 | 47 | 41 | 0 | 11 | 27 | 123 | 44 | 15 | 17 |
| Binary | 101011 | 100111 | 100001 | 0 | 1001 | 10111 | 1010011 | 100100 | 1101 | 1111 |
Color Harmonies of #2B2721
Complementary color
Monochromatic Colors of #2B2721
Black with #2B2721
Text Example
Text Example
White with #2B2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2721; }
p { color: rgb(43,39,33); }
H1.HeaderClassName
{
color: #2B2721;
}
.AnyTagClassName
{
color: #2B2721;
}
</style>
background-color css
<style>
a { background-color: #2B2721; }
a { background-color: rgb(43,39,33); }
div.DivClassName
{
background-color: #2B2721;
}
.BgClassName
{
background-color: #2B2721;
}
</style>
border-color css
<style>
span { border-color: #2B2721; }
span { border-color: rgb(43,39,33); }
td.TdClassName
{
border-color: #2B2721;
}
.TagClassName
{
border-color: #2B2721;
}
</style>