Shades of Black Magic #2A251A
Tints of Black Magic #2A251A
RGB
CMYK
RGB Variations
Color information
#2A251A (or 0x2A251A) is known color: Black Magic. HEX triplet: 2A, 25 and 1A. RGB value is (42,37,26). Sum of RGB (Red+Green+Blue) = 42+37+26=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A251A is #D5DAE5. Grayscale: #252525. Windows color (decimal): -14015206 or 1713450. OLE color: 1713450.
HSL color Cylindrical-coordinate representation of color #2A251A: hue angle of 41.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A251A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 37 | 26 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.84 |
| HSL | 41.25º | 0.24% | 0.13% | - |
| HSV(B) | 41.25º | 0.38% | 0.16% | - |
| XYZ | 1.8 | 1.89 | 1.25 | - |
| YUV | 37.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 26 | 0 | 0.12 | 0.38 | 0.84 | 41.25 | 0.24 | 0.13 |
| Hex | 2A | 25 | 1A | 0 | C | 26 | 54 | 29 | 18 | D |
| Octal | 52 | 45 | 32 | 0 | 14 | 46 | 124 | 51 | 30 | 15 |
| Binary | 101010 | 100101 | 11010 | 0 | 1100 | 100110 | 1010100 | 101001 | 11000 | 1101 |
Color Harmonies of #2A251A
Complementary color
Monochromatic Colors of #2A251A
Black with #2A251A
Text Example
Text Example
White with #2A251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A251A; }
p { color: rgb(42,37,26); }
H1.HeaderClassName
{
color: #2A251A;
}
.AnyTagClassName
{
color: #2A251A;
}
</style>
background-color css
<style>
a { background-color: #2A251A; }
a { background-color: rgb(42,37,26); }
div.DivClassName
{
background-color: #2A251A;
}
.BgClassName
{
background-color: #2A251A;
}
</style>
border-color css
<style>
span { border-color: #2A251A; }
span { border-color: rgb(42,37,26); }
td.TdClassName
{
border-color: #2A251A;
}
.TagClassName
{
border-color: #2A251A;
}
</style>