Shades of Black Magic #2B2417
Tints of Black Magic #2B2417
RGB
CMYK
RGB Variations
Color information
#2B2417 (or 0x2B2417) is known color: Black Magic. HEX triplet: 2B, 24 and 17. RGB value is (43,36,23). Sum of RGB (Red+Green+Blue) = 43+36+23=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2417 is #D4DBE8. Grayscale: #242424. Windows color (decimal): -13949929 or 1516587. OLE color: 1516587.
HSL color Cylindrical-coordinate representation of color #2B2417: hue angle of 39º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B2417 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 36 | 23 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.83 |
| HSL | 39º | 0.3% | 0.13% | - |
| HSV(B) | 39º | 0.47% | 0.17% | - |
| XYZ | 1.78 | 1.84 | 1.07 | - |
| YUV | 36.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 23 | 0 | 0.16 | 0.47 | 0.83 | 39 | 0.3 | 0.13 |
| Hex | 2B | 24 | 17 | 0 | 10 | 2F | 53 | 27 | 1E | D |
| Octal | 53 | 44 | 27 | 0 | 20 | 57 | 123 | 47 | 36 | 15 |
| Binary | 101011 | 100100 | 10111 | 0 | 10000 | 101111 | 1010011 | 100111 | 11110 | 1101 |
Color Harmonies of #2B2417
Complementary color
Monochromatic Colors of #2B2417
Black with #2B2417
Text Example
Text Example
White with #2B2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2417; }
p { color: rgb(43,36,23); }
H1.HeaderClassName
{
color: #2B2417;
}
.AnyTagClassName
{
color: #2B2417;
}
</style>
background-color css
<style>
a { background-color: #2B2417; }
a { background-color: rgb(43,36,23); }
div.DivClassName
{
background-color: #2B2417;
}
.BgClassName
{
background-color: #2B2417;
}
</style>
border-color css
<style>
span { border-color: #2B2417; }
span { border-color: rgb(43,36,23); }
td.TdClassName
{
border-color: #2B2417;
}
.TagClassName
{
border-color: #2B2417;
}
</style>