Shades of Black Magic #2B261F
Tints of Black Magic #2B261F
RGB
CMYK
RGB Variations
Color information
#2B261F (or 0x2B261F) is known color: Black Magic. HEX triplet: 2B, 26 and 1F. RGB value is (43,38,31). Sum of RGB (Red+Green+Blue) = 43+38+31=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 43 - color contains mainly: red. Hex color #2B261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B261F is #D4D9E0. Grayscale: #262626. Windows color (decimal): -13949409 or 2041387. OLE color: 2041387.
HSL color Cylindrical-coordinate representation of color #2B261F: hue angle of 35º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B261F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 31 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.83 |
| HSL | 35º | 0.16% | 0.15% | - |
| HSV(B) | 35º | 0.28% | 0.17% | - |
| XYZ | 1.94 | 2 | 1.58 | - |
| YUV | 38.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 31 | 0 | 0.12 | 0.28 | 0.83 | 35 | 0.16 | 0.15 |
| Hex | 2B | 26 | 1F | 0 | C | 1C | 53 | 23 | 10 | F |
| Octal | 53 | 46 | 37 | 0 | 14 | 34 | 123 | 43 | 20 | 17 |
| Binary | 101011 | 100110 | 11111 | 0 | 1100 | 11100 | 1010011 | 100011 | 10000 | 1111 |
Color Harmonies of #2B261F
Complementary color
Monochromatic Colors of #2B261F
Black with #2B261F
Text Example
Text Example
White with #2B261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B261F; }
p { color: rgb(43,38,31); }
H1.HeaderClassName
{
color: #2B261F;
}
.AnyTagClassName
{
color: #2B261F;
}
</style>
background-color css
<style>
a { background-color: #2B261F; }
a { background-color: rgb(43,38,31); }
div.DivClassName
{
background-color: #2B261F;
}
.BgClassName
{
background-color: #2B261F;
}
</style>
border-color css
<style>
span { border-color: #2B261F; }
span { border-color: rgb(43,38,31); }
td.TdClassName
{
border-color: #2B261F;
}
.TagClassName
{
border-color: #2B261F;
}
</style>