Shades of Black Magic #2B2211
Tints of Black Magic #2B2211
RGB
CMYK
RGB Variations
Color information
#2B2211 (or 0x2B2211) is known color: Black Magic. HEX triplet: 2B, 22 and 11. RGB value is (43,34,17). Sum of RGB (Red+Green+Blue) = 43+34+17=94 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.74% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2211 is #D4DDEE. Grayscale: #222222. Windows color (decimal): -13950447 or 1122859. OLE color: 1122859.
HSL color Cylindrical-coordinate representation of color #2B2211: hue angle of 39.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2211 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 17 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.83 |
| HSL | 39.23º | 0.43% | 0.12% | - |
| HSV(B) | 39.23º | 0.6% | 0.17% | - |
| XYZ | 1.67 | 1.7 | 0.77 | - |
| YUV | 34.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 17 | 0 | 0.21 | 0.60 | 0.83 | 39.23 | 0.43 | 0.12 |
| Hex | 2B | 22 | 11 | 0 | 15 | 3C | 53 | 27 | 2B | C |
| Octal | 53 | 42 | 21 | 0 | 25 | 74 | 123 | 47 | 53 | 14 |
| Binary | 101011 | 100010 | 10001 | 0 | 10101 | 111100 | 1010011 | 100111 | 101011 | 1100 |
Color Harmonies of #2B2211
Complementary color
Monochromatic Colors of #2B2211
Black with #2B2211
Text Example
Text Example
White with #2B2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2211; }
p { color: rgb(43,34,17); }
H1.HeaderClassName
{
color: #2B2211;
}
.AnyTagClassName
{
color: #2B2211;
}
</style>
background-color css
<style>
a { background-color: #2B2211; }
a { background-color: rgb(43,34,17); }
div.DivClassName
{
background-color: #2B2211;
}
.BgClassName
{
background-color: #2B2211;
}
</style>
border-color css
<style>
span { border-color: #2B2211; }
span { border-color: rgb(43,34,17); }
td.TdClassName
{
border-color: #2B2211;
}
.TagClassName
{
border-color: #2B2211;
}
</style>