Shades of Black Magic #3A2B16
Tints of Black Magic #3A2B16
RGB
CMYK
RGB Variations
Color information
#3A2B16 (or 0x3A2B16) is known color: Black Magic. HEX triplet: 3A, 2B and 16. RGB value is (58,43,22). Sum of RGB (Red+Green+Blue) = 58+43+22=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2B16 is #C5D4E9. Grayscale: #2D2D2D. Windows color (decimal): -12965098 or 1452858. OLE color: 1452858.
HSL color Cylindrical-coordinate representation of color #3A2B16: hue angle of 35º 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 #3A2B16 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 43 | 22 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.77 |
| HSL | 35º | 0.45% | 0.16% | - |
| HSV(B) | 35º | 0.62% | 0.23% | - |
| XYZ | 2.75 | 2.69 | 1.13 | - |
| YUV | 45.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 22 | 0 | 0.26 | 0.62 | 0.77 | 35 | 0.45 | 0.16 |
| Hex | 3A | 2B | 16 | 0 | 1A | 3E | 4D | 23 | 2D | 10 |
| Octal | 72 | 53 | 26 | 0 | 32 | 76 | 115 | 43 | 55 | 20 |
| Binary | 111010 | 101011 | 10110 | 0 | 11010 | 111110 | 1001101 | 100011 | 101101 | 10000 |
Color Harmonies of #3A2B16
Complementary color
Monochromatic Colors of #3A2B16
Black with #3A2B16
Text Example
Text Example
White with #3A2B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B16; }
p { color: rgb(58,43,22); }
H1.HeaderClassName
{
color: #3A2B16;
}
.AnyTagClassName
{
color: #3A2B16;
}
</style>
background-color css
<style>
a { background-color: #3A2B16; }
a { background-color: rgb(58,43,22); }
div.DivClassName
{
background-color: #3A2B16;
}
.BgClassName
{
background-color: #3A2B16;
}
</style>
border-color css
<style>
span { border-color: #3A2B16; }
span { border-color: rgb(58,43,22); }
td.TdClassName
{
border-color: #3A2B16;
}
.TagClassName
{
border-color: #3A2B16;
}
</style>