Shades of Black Magic #2A261F
Tints of Black Magic #2A261F
RGB
CMYK
RGB Variations
Color information
#2A261F (or 0x2A261F) is known color: Black Magic. HEX triplet: 2A, 26 and 1F. RGB value is (42,38,31). Sum of RGB (Red+Green+Blue) = 42+38+31=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 42 - color contains mainly: red. Hex color #2A261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A261F is #D5D9E0. Grayscale: #262626. Windows color (decimal): -14014945 or 2041386. OLE color: 2041386.
HSL color Cylindrical-coordinate representation of color #2A261F: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A261F is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 31 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.84 |
| HSL | 38.18º | 0.15% | 0.14% | - |
| HSV(B) | 38.18º | 0.26% | 0.16% | - |
| XYZ | 1.9 | 1.98 | 1.58 | - |
| YUV | 38.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 31 | 0 | 0.10 | 0.26 | 0.84 | 38.18 | 0.15 | 0.14 |
| Hex | 2A | 26 | 1F | 0 | A | 1A | 54 | 26 | F | E |
| Octal | 52 | 46 | 37 | 0 | 12 | 32 | 124 | 46 | 17 | 16 |
| Binary | 101010 | 100110 | 11111 | 0 | 1010 | 11010 | 1010100 | 100110 | 1111 | 1110 |
Color Harmonies of #2A261F
Complementary color
Monochromatic Colors of #2A261F
Black with #2A261F
Text Example
Text Example
White with #2A261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A261F; }
p { color: rgb(42,38,31); }
H1.HeaderClassName
{
color: #2A261F;
}
.AnyTagClassName
{
color: #2A261F;
}
</style>
background-color css
<style>
a { background-color: #2A261F; }
a { background-color: rgb(42,38,31); }
div.DivClassName
{
background-color: #2A261F;
}
.BgClassName
{
background-color: #2A261F;
}
</style>
border-color css
<style>
span { border-color: #2A261F; }
span { border-color: rgb(42,38,31); }
td.TdClassName
{
border-color: #2A261F;
}
.TagClassName
{
border-color: #2A261F;
}
</style>