Shades of Black Magic #2B261C
Tints of Black Magic #2B261C
RGB
CMYK
RGB Variations
Color information
#2B261C (or 0x2B261C) is known color: Black Magic. HEX triplet: 2B, 26 and 1C. RGB value is (43,38,28). Sum of RGB (Red+Green+Blue) = 43+38+28=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 43 - color contains mainly: red. Hex color #2B261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B261C is #D4D9E3. Grayscale: #262626. Windows color (decimal): -13949412 or 1844779. OLE color: 1844779.
HSL color Cylindrical-coordinate representation of color #2B261C: hue angle of 40º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B261C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 28 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.83 |
| HSL | 40º | 0.21% | 0.14% | - |
| HSV(B) | 40º | 0.35% | 0.17% | - |
| XYZ | 1.9 | 1.98 | 1.38 | - |
| YUV | 38.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 28 | 0 | 0.12 | 0.35 | 0.83 | 40 | 0.21 | 0.14 |
| Hex | 2B | 26 | 1C | 0 | C | 23 | 53 | 28 | 15 | E |
| Octal | 53 | 46 | 34 | 0 | 14 | 43 | 123 | 50 | 25 | 16 |
| Binary | 101011 | 100110 | 11100 | 0 | 1100 | 100011 | 1010011 | 101000 | 10101 | 1110 |
Color Harmonies of #2B261C
Complementary color
Monochromatic Colors of #2B261C
Black with #2B261C
Text Example
Text Example
White with #2B261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B261C; }
p { color: rgb(43,38,28); }
H1.HeaderClassName
{
color: #2B261C;
}
.AnyTagClassName
{
color: #2B261C;
}
</style>
background-color css
<style>
a { background-color: #2B261C; }
a { background-color: rgb(43,38,28); }
div.DivClassName
{
background-color: #2B261C;
}
.BgClassName
{
background-color: #2B261C;
}
</style>
border-color css
<style>
span { border-color: #2B261C; }
span { border-color: rgb(43,38,28); }
td.TdClassName
{
border-color: #2B261C;
}
.TagClassName
{
border-color: #2B261C;
}
</style>