Shades of Black Magic #2B2113
Tints of Black Magic #2B2113
RGB
CMYK
RGB Variations
Color information
#2B2113 (or 0x2B2113) is known color: Black Magic. HEX triplet: 2B, 21 and 13. RGB value is (43,33,19). Sum of RGB (Red+Green+Blue) = 43+33+19=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2113 is #D4DEEC. Grayscale: #222222. Windows color (decimal): -13950701 or 1253675. OLE color: 1253675.
HSL color Cylindrical-coordinate representation of color #2B2113: hue angle of 35º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2113 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 33 | 19 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.83 |
| HSL | 35º | 0.39% | 0.12% | - |
| HSV(B) | 35º | 0.56% | 0.17% | - |
| XYZ | 1.66 | 1.65 | 0.85 | - |
| YUV | 34.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 19 | 0 | 0.23 | 0.56 | 0.83 | 35 | 0.39 | 0.12 |
| Hex | 2B | 21 | 13 | 0 | 17 | 38 | 53 | 23 | 27 | C |
| Octal | 53 | 41 | 23 | 0 | 27 | 70 | 123 | 43 | 47 | 14 |
| Binary | 101011 | 100001 | 10011 | 0 | 10111 | 111000 | 1010011 | 100011 | 100111 | 1100 |
Color Harmonies of #2B2113
Complementary color
Monochromatic Colors of #2B2113
Black with #2B2113
Text Example
Text Example
White with #2B2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2113; }
p { color: rgb(43,33,19); }
H1.HeaderClassName
{
color: #2B2113;
}
.AnyTagClassName
{
color: #2B2113;
}
</style>
background-color css
<style>
a { background-color: #2B2113; }
a { background-color: rgb(43,33,19); }
div.DivClassName
{
background-color: #2B2113;
}
.BgClassName
{
background-color: #2B2113;
}
</style>
border-color css
<style>
span { border-color: #2B2113; }
span { border-color: rgb(43,33,19); }
td.TdClassName
{
border-color: #2B2113;
}
.TagClassName
{
border-color: #2B2113;
}
</style>