Shades of Black Magic #2B2620
Tints of Black Magic #2B2620
RGB
CMYK
RGB Variations
Color information
#2B2620 (or 0x2B2620) is known color: Black Magic. HEX triplet: 2B, 26 and 20. RGB value is (43,38,32). Sum of RGB (Red+Green+Blue) = 43+38+32=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2620 is #D4D9DF. Grayscale: #262626. Windows color (decimal): -13949408 or 2106923. OLE color: 2106923.
HSL color Cylindrical-coordinate representation of color #2B2620: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B2620 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 32 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.83 |
| HSL | 32.73º | 0.15% | 0.15% | - |
| HSV(B) | 32.73º | 0.26% | 0.17% | - |
| XYZ | 1.95 | 2 | 1.65 | - |
| YUV | 38.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 32 | 0 | 0.12 | 0.26 | 0.83 | 32.73 | 0.15 | 0.15 |
| Hex | 2B | 26 | 20 | 0 | C | 1A | 53 | 21 | F | F |
| Octal | 53 | 46 | 40 | 0 | 14 | 32 | 123 | 41 | 17 | 17 |
| Binary | 101011 | 100110 | 100000 | 0 | 1100 | 11010 | 1010011 | 100001 | 1111 | 1111 |
Color Harmonies of #2B2620
Complementary color
Monochromatic Colors of #2B2620
Black with #2B2620
Text Example
Text Example
White with #2B2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2620; }
p { color: rgb(43,38,32); }
H1.HeaderClassName
{
color: #2B2620;
}
.AnyTagClassName
{
color: #2B2620;
}
</style>
background-color css
<style>
a { background-color: #2B2620; }
a { background-color: rgb(43,38,32); }
div.DivClassName
{
background-color: #2B2620;
}
.BgClassName
{
background-color: #2B2620;
}
</style>
border-color css
<style>
span { border-color: #2B2620; }
span { border-color: rgb(43,38,32); }
td.TdClassName
{
border-color: #2B2620;
}
.TagClassName
{
border-color: #2B2620;
}
</style>