Shades of Black Magic #2B210F
Tints of Black Magic #2B210F
RGB
CMYK
RGB Variations
Color information
#2B210F (or 0x2B210F) is known color: Black Magic. HEX triplet: 2B, 21 and 0F. RGB value is (43,33,15). Sum of RGB (Red+Green+Blue) = 43+33+15=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B210F is #D4DEF0. Grayscale: #222222. Windows color (decimal): -13950705 or 991531. OLE color: 991531.
HSL color Cylindrical-coordinate representation of color #2B210F: hue angle of 38.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B210F is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 33 | 15 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.83 |
| HSL | 38.57º | 0.48% | 0.11% | - |
| HSV(B) | 38.57º | 0.65% | 0.17% | - |
| XYZ | 1.63 | 1.64 | 0.68 | - |
| YUV | 33.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 15 | 0 | 0.23 | 0.65 | 0.83 | 38.57 | 0.48 | 0.11 |
| Hex | 2B | 21 | F | 0 | 17 | 41 | 53 | 27 | 30 | B |
| Octal | 53 | 41 | 17 | 0 | 27 | 101 | 123 | 47 | 60 | 13 |
| Binary | 101011 | 100001 | 1111 | 0 | 10111 | 1000001 | 1010011 | 100111 | 110000 | 1011 |
Color Harmonies of #2B210F
Complementary color
Monochromatic Colors of #2B210F
Black with #2B210F
Text Example
Text Example
White with #2B210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B210F; }
p { color: rgb(43,33,15); }
H1.HeaderClassName
{
color: #2B210F;
}
.AnyTagClassName
{
color: #2B210F;
}
</style>
background-color css
<style>
a { background-color: #2B210F; }
a { background-color: rgb(43,33,15); }
div.DivClassName
{
background-color: #2B210F;
}
.BgClassName
{
background-color: #2B210F;
}
</style>
border-color css
<style>
span { border-color: #2B210F; }
span { border-color: rgb(43,33,15); }
td.TdClassName
{
border-color: #2B210F;
}
.TagClassName
{
border-color: #2B210F;
}
</style>