Shades of Black Magic #2B210B
Tints of Black Magic #2B210B
RGB
CMYK
RGB Variations
Color information
#2B210B (or 0x2B210B) is known color: Black Magic. HEX triplet: 2B, 21 and 0B. RGB value is (43,33,11). Sum of RGB (Red+Green+Blue) = 43+33+11=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B210B is #D4DEF4. Grayscale: #212121. Windows color (decimal): -13950709 or 729387. OLE color: 729387.
HSL color Cylindrical-coordinate representation of color #2B210B: hue angle of 41.25º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B210B is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 33 | 11 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.83 |
| HSL | 41.25º | 0.59% | 0.11% | - |
| HSV(B) | 41.25º | 0.74% | 0.17% | - |
| XYZ | 1.6 | 1.63 | 0.55 | - |
| YUV | 33.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 11 | 0 | 0.23 | 0.74 | 0.83 | 41.25 | 0.59 | 0.11 |
| Hex | 2B | 21 | B | 0 | 17 | 4A | 53 | 29 | 3B | B |
| Octal | 53 | 41 | 13 | 0 | 27 | 112 | 123 | 51 | 73 | 13 |
| Binary | 101011 | 100001 | 1011 | 0 | 10111 | 1001010 | 1010011 | 101001 | 111011 | 1011 |
Color Harmonies of #2B210B
Complementary color
Monochromatic Colors of #2B210B
Black with #2B210B
Text Example
Text Example
White with #2B210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B210B; }
p { color: rgb(43,33,11); }
H1.HeaderClassName
{
color: #2B210B;
}
.AnyTagClassName
{
color: #2B210B;
}
</style>
background-color css
<style>
a { background-color: #2B210B; }
a { background-color: rgb(43,33,11); }
div.DivClassName
{
background-color: #2B210B;
}
.BgClassName
{
background-color: #2B210B;
}
</style>
border-color css
<style>
span { border-color: #2B210B; }
span { border-color: rgb(43,33,11); }
td.TdClassName
{
border-color: #2B210B;
}
.TagClassName
{
border-color: #2B210B;
}
</style>