Shades of Black Magic #3B2D16
Tints of Black Magic #3B2D16
RGB
CMYK
RGB Variations
Color information
#3B2D16 (or 0x3B2D16) is known color: Black Magic. HEX triplet: 3B, 2D and 16. RGB value is (59,45,22). Sum of RGB (Red+Green+Blue) = 59+45+22=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D16 is #C4D2E9. Grayscale: #2E2E2E. Windows color (decimal): -12899050 or 1453371. OLE color: 1453371.
HSL color Cylindrical-coordinate representation of color #3B2D16: hue angle of 37.3º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2D16 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 22 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.77 |
| HSL | 37.3º | 0.46% | 0.16% | - |
| HSV(B) | 37.3º | 0.63% | 0.23% | - |
| XYZ | 2.89 | 2.86 | 1.16 | - |
| YUV | 46.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 22 | 0 | 0.24 | 0.63 | 0.77 | 37.3 | 0.46 | 0.16 |
| Hex | 3B | 2D | 16 | 0 | 18 | 3F | 4D | 25 | 2E | 10 |
| Octal | 73 | 55 | 26 | 0 | 30 | 77 | 115 | 45 | 56 | 20 |
| Binary | 111011 | 101101 | 10110 | 0 | 11000 | 111111 | 1001101 | 100101 | 101110 | 10000 |
Color Harmonies of #3B2D16
Complementary color
Monochromatic Colors of #3B2D16
Black with #3B2D16
Text Example
Text Example
White with #3B2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D16; }
p { color: rgb(59,45,22); }
H1.HeaderClassName
{
color: #3B2D16;
}
.AnyTagClassName
{
color: #3B2D16;
}
</style>
background-color css
<style>
a { background-color: #3B2D16; }
a { background-color: rgb(59,45,22); }
div.DivClassName
{
background-color: #3B2D16;
}
.BgClassName
{
background-color: #3B2D16;
}
</style>
border-color css
<style>
span { border-color: #3B2D16; }
span { border-color: rgb(59,45,22); }
td.TdClassName
{
border-color: #3B2D16;
}
.TagClassName
{
border-color: #3B2D16;
}
</style>