Shades of Black Magic #2B251A
Tints of Black Magic #2B251A
RGB
CMYK
RGB Variations
Color information
#2B251A (or 0x2B251A) is known color: Black Magic. HEX triplet: 2B, 25 and 1A. RGB value is (43,37,26). Sum of RGB (Red+Green+Blue) = 43+37+26=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 43 - color contains mainly: red. Hex color #2B251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B251A is #D4DAE5. Grayscale: #252525. Windows color (decimal): -13949670 or 1713451. OLE color: 1713451.
HSL color Cylindrical-coordinate representation of color #2B251A: hue angle of 38.82º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B251A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 26 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.83 |
| HSL | 38.82º | 0.25% | 0.14% | - |
| HSV(B) | 38.82º | 0.4% | 0.17% | - |
| XYZ | 1.84 | 1.91 | 1.25 | - |
| YUV | 37.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 26 | 0 | 0.14 | 0.40 | 0.83 | 38.82 | 0.25 | 0.14 |
| Hex | 2B | 25 | 1A | 0 | E | 28 | 53 | 27 | 19 | E |
| Octal | 53 | 45 | 32 | 0 | 16 | 50 | 123 | 47 | 31 | 16 |
| Binary | 101011 | 100101 | 11010 | 0 | 1110 | 101000 | 1010011 | 100111 | 11001 | 1110 |
Color Harmonies of #2B251A
Complementary color
Monochromatic Colors of #2B251A
Black with #2B251A
Text Example
Text Example
White with #2B251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B251A; }
p { color: rgb(43,37,26); }
H1.HeaderClassName
{
color: #2B251A;
}
.AnyTagClassName
{
color: #2B251A;
}
</style>
background-color css
<style>
a { background-color: #2B251A; }
a { background-color: rgb(43,37,26); }
div.DivClassName
{
background-color: #2B251A;
}
.BgClassName
{
background-color: #2B251A;
}
</style>
border-color css
<style>
span { border-color: #2B251A; }
span { border-color: rgb(43,37,26); }
td.TdClassName
{
border-color: #2B251A;
}
.TagClassName
{
border-color: #2B251A;
}
</style>