Shades of Black Magic #3A2E16
Tints of Black Magic #3A2E16
RGB
CMYK
RGB Variations
Color information
#3A2E16 (or 0x3A2E16) is known color: Black Magic. HEX triplet: 3A, 2E and 16. RGB value is (58,46,22). Sum of RGB (Red+Green+Blue) = 58+46+22=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2E16 is #C5D1E9. Grayscale: #2E2E2E. Windows color (decimal): -12964330 or 1453626. OLE color: 1453626.
HSL color Cylindrical-coordinate representation of color #3A2E16: hue angle of 40º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2E16 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 46 | 22 | - |
CMYK | 0 | 0.21 | 0.62 | 0.77 |
HSL | 40º | 0.45% | 0.16% | - |
HSV(B) | 40º | 0.62% | 0.23% | - |
XYZ | 2.87 | 2.91 | 1.17 | - |
YUV | 46.85 | 113.98 | 135.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 46 | 22 | 0 | 0.21 | 0.62 | 0.77 | 40 | 0.45 | 0.16 |
Hex | 3A | 2E | 16 | 0 | 15 | 3E | 4D | 28 | 2D | 10 |
Octal | 72 | 56 | 26 | 0 | 25 | 76 | 115 | 50 | 55 | 20 |
Binary | 111010 | 101110 | 10110 | 0 | 10101 | 111110 | 1001101 | 101000 | 101101 | 10000 |
Color Harmonies of #3A2E16
Complementary color
Monochromatic Colors of #3A2E16
Black with #3A2E16
Text Example
Text Example
White with #3A2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E16; }
p { color: rgb(58,46,22); }
H1.HeaderClassName
{
color: #3A2E16;
}
.AnyTagClassName
{
color: #3A2E16;
}
</style>
background-color css
<style>
a { background-color: #3A2E16; }
a { background-color: rgb(58,46,22); }
div.DivClassName
{
background-color: #3A2E16;
}
.BgClassName
{
background-color: #3A2E16;
}
</style>
border-color css
<style>
span { border-color: #3A2E16; }
span { border-color: rgb(58,46,22); }
td.TdClassName
{
border-color: #3A2E16;
}
.TagClassName
{
border-color: #3A2E16;
}
</style>