Shades of Black Magic #2A261E
Tints of Black Magic #2A261E
RGB
CMYK
RGB Variations
Color information
#2A261E (or 0x2A261E) is known color: Black Magic. HEX triplet: 2A, 26 and 1E. RGB value is (42,38,30). Sum of RGB (Red+Green+Blue) = 42+38+30=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 42 - color contains mainly: red. Hex color #2A261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A261E is #D5D9E1. Grayscale: #262626. Windows color (decimal): -14014946 or 1975850. OLE color: 1975850.
HSL color Cylindrical-coordinate representation of color #2A261E: hue angle of 40º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A261E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 30 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.84 |
| HSL | 40º | 0.17% | 0.14% | - |
| HSV(B) | 40º | 0.29% | 0.16% | - |
| XYZ | 1.88 | 1.97 | 1.51 | - |
| YUV | 38.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 30 | 0 | 0.10 | 0.29 | 0.84 | 40 | 0.17 | 0.14 |
| Hex | 2A | 26 | 1E | 0 | A | 1D | 54 | 28 | 11 | E |
| Octal | 52 | 46 | 36 | 0 | 12 | 35 | 124 | 50 | 21 | 16 |
| Binary | 101010 | 100110 | 11110 | 0 | 1010 | 11101 | 1010100 | 101000 | 10001 | 1110 |
Color Harmonies of #2A261E
Complementary color
Monochromatic Colors of #2A261E
Black with #2A261E
Text Example
Text Example
White with #2A261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A261E; }
p { color: rgb(42,38,30); }
H1.HeaderClassName
{
color: #2A261E;
}
.AnyTagClassName
{
color: #2A261E;
}
</style>
background-color css
<style>
a { background-color: #2A261E; }
a { background-color: rgb(42,38,30); }
div.DivClassName
{
background-color: #2A261E;
}
.BgClassName
{
background-color: #2A261E;
}
</style>
border-color css
<style>
span { border-color: #2A261E; }
span { border-color: rgb(42,38,30); }
td.TdClassName
{
border-color: #2A261E;
}
.TagClassName
{
border-color: #2A261E;
}
</style>