Shades of Black Magic #3B2908
Tints of Black Magic #3B2908
RGB
CMYK
RGB Variations
Color information
#3B2908 (or 0x3B2908) is known color: Black Magic. HEX triplet: 3B, 29 and 08. RGB value is (59,41,8). Sum of RGB (Red+Green+Blue) = 59+41+8=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2908 is #C4D6F7. Grayscale: #2A2A2A. Windows color (decimal): -12900088 or 534843. OLE color: 534843.
HSL color Cylindrical-coordinate representation of color #3B2908: hue angle of 38.82º 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 #3B2908 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 8 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.77 |
| HSL | 38.82º | 0.76% | 0.13% | - |
| HSV(B) | 38.82º | 0.86% | 0.23% | - |
| XYZ | 2.64 | 2.53 | 0.58 | - |
| YUV | 42.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 8 | 0 | 0.31 | 0.86 | 0.77 | 38.82 | 0.76 | 0.13 |
| Hex | 3B | 29 | 8 | 0 | 1F | 56 | 4D | 27 | 4C | D |
| Octal | 73 | 51 | 10 | 0 | 37 | 126 | 115 | 47 | 114 | 15 |
| Binary | 111011 | 101001 | 1000 | 0 | 11111 | 1010110 | 1001101 | 100111 | 1001100 | 1101 |
Color Harmonies of #3B2908
Complementary color
Monochromatic Colors of #3B2908
Black with #3B2908
Text Example
Text Example
White with #3B2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2908; }
p { color: rgb(59,41,8); }
H1.HeaderClassName
{
color: #3B2908;
}
.AnyTagClassName
{
color: #3B2908;
}
</style>
background-color css
<style>
a { background-color: #3B2908; }
a { background-color: rgb(59,41,8); }
div.DivClassName
{
background-color: #3B2908;
}
.BgClassName
{
background-color: #3B2908;
}
</style>
border-color css
<style>
span { border-color: #3B2908; }
span { border-color: rgb(59,41,8); }
td.TdClassName
{
border-color: #3B2908;
}
.TagClassName
{
border-color: #3B2908;
}
</style>