Shades of Black Magic #2A2419
Tints of Black Magic #2A2419
RGB
CMYK
RGB Variations
Color information
#2A2419 (or 0x2A2419) is known color: Black Magic. HEX triplet: 2A, 24 and 19. RGB value is (42,36,25). Sum of RGB (Red+Green+Blue) = 42+36+25=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2419 is #D5DBE6. Grayscale: #242424. Windows color (decimal): -14015463 or 1647658. OLE color: 1647658.
HSL color Cylindrical-coordinate representation of color #2A2419: hue angle of 38.82º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A2419 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 36 | 25 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.84 |
| HSL | 38.82º | 0.25% | 0.13% | - |
| HSV(B) | 38.82º | 0.4% | 0.16% | - |
| XYZ | 1.76 | 1.82 | 1.18 | - |
| YUV | 36.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 25 | 0 | 0.14 | 0.40 | 0.84 | 38.82 | 0.25 | 0.13 |
| Hex | 2A | 24 | 19 | 0 | E | 28 | 54 | 27 | 19 | D |
| Octal | 52 | 44 | 31 | 0 | 16 | 50 | 124 | 47 | 31 | 15 |
| Binary | 101010 | 100100 | 11001 | 0 | 1110 | 101000 | 1010100 | 100111 | 11001 | 1101 |
Color Harmonies of #2A2419
Complementary color
Monochromatic Colors of #2A2419
Black with #2A2419
Text Example
Text Example
White with #2A2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2419; }
p { color: rgb(42,36,25); }
H1.HeaderClassName
{
color: #2A2419;
}
.AnyTagClassName
{
color: #2A2419;
}
</style>
background-color css
<style>
a { background-color: #2A2419; }
a { background-color: rgb(42,36,25); }
div.DivClassName
{
background-color: #2A2419;
}
.BgClassName
{
background-color: #2A2419;
}
</style>
border-color css
<style>
span { border-color: #2A2419; }
span { border-color: rgb(42,36,25); }
td.TdClassName
{
border-color: #2A2419;
}
.TagClassName
{
border-color: #2A2419;
}
</style>