Shades of Black Magic #3B2805
Tints of Black Magic #3B2805
RGB
CMYK
RGB Variations
Color information
#3B2805 (or 0x3B2805) is known color: Black Magic. HEX triplet: 3B, 28 and 05. RGB value is (59,40,5). Sum of RGB (Red+Green+Blue) = 59+40+5=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2805 is #C4D7FA. Grayscale: #292929. Windows color (decimal): -12900347 or 337979. OLE color: 337979.
HSL color Cylindrical-coordinate representation of color #3B2805: hue angle of 38.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B2805 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 5 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.77 |
| HSL | 38.89º | 0.84% | 0.13% | - |
| HSV(B) | 38.89º | 0.92% | 0.23% | - |
| XYZ | 2.59 | 2.46 | 0.48 | - |
| YUV | 41.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 5 | 0 | 0.32 | 0.92 | 0.77 | 38.89 | 0.84 | 0.13 |
| Hex | 3B | 28 | 5 | 0 | 20 | 5C | 4D | 27 | 54 | D |
| Octal | 73 | 50 | 5 | 0 | 40 | 134 | 115 | 47 | 124 | 15 |
| Binary | 111011 | 101000 | 101 | 0 | 100000 | 1011100 | 1001101 | 100111 | 1010100 | 1101 |
Color Harmonies of #3B2805
Complementary color
Monochromatic Colors of #3B2805
Black with #3B2805
Text Example
Text Example
White with #3B2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2805; }
p { color: rgb(59,40,5); }
H1.HeaderClassName
{
color: #3B2805;
}
.AnyTagClassName
{
color: #3B2805;
}
</style>
background-color css
<style>
a { background-color: #3B2805; }
a { background-color: rgb(59,40,5); }
div.DivClassName
{
background-color: #3B2805;
}
.BgClassName
{
background-color: #3B2805;
}
</style>
border-color css
<style>
span { border-color: #3B2805; }
span { border-color: rgb(59,40,5); }
td.TdClassName
{
border-color: #3B2805;
}
.TagClassName
{
border-color: #3B2805;
}
</style>