Shades of Black Magic #3B2808
Tints of Black Magic #3B2808
RGB
CMYK
RGB Variations
Color information
#3B2808 (or 0x3B2808) is known color: Black Magic. HEX triplet: 3B, 28 and 08. RGB value is (59,40,8). Sum of RGB (Red+Green+Blue) = 59+40+8=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2808 is #C4D7F7. Grayscale: #2A2A2A. Windows color (decimal): -12900344 or 534587. OLE color: 534587.
HSL color Cylindrical-coordinate representation of color #3B2808: hue angle of 37.65º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B2808 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 8 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.77 |
| HSL | 37.65º | 0.76% | 0.13% | - |
| HSV(B) | 37.65º | 0.86% | 0.23% | - |
| XYZ | 2.61 | 2.46 | 0.57 | - |
| YUV | 42.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 8 | 0 | 0.32 | 0.86 | 0.77 | 37.65 | 0.76 | 0.13 |
| Hex | 3B | 28 | 8 | 0 | 20 | 56 | 4D | 26 | 4C | D |
| Octal | 73 | 50 | 10 | 0 | 40 | 126 | 115 | 46 | 114 | 15 |
| Binary | 111011 | 101000 | 1000 | 0 | 100000 | 1010110 | 1001101 | 100110 | 1001100 | 1101 |
Color Harmonies of #3B2808
Complementary color
Monochromatic Colors of #3B2808
Black with #3B2808
Text Example
Text Example
White with #3B2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2808; }
p { color: rgb(59,40,8); }
H1.HeaderClassName
{
color: #3B2808;
}
.AnyTagClassName
{
color: #3B2808;
}
</style>
background-color css
<style>
a { background-color: #3B2808; }
a { background-color: rgb(59,40,8); }
div.DivClassName
{
background-color: #3B2808;
}
.BgClassName
{
background-color: #3B2808;
}
</style>
border-color css
<style>
span { border-color: #3B2808; }
span { border-color: rgb(59,40,8); }
td.TdClassName
{
border-color: #3B2808;
}
.TagClassName
{
border-color: #3B2808;
}
</style>