Shades of Black Magic #3B2C08
Tints of Black Magic #3B2C08
RGB
CMYK
RGB Variations
Color information
#3B2C08 (or 0x3B2C08) is known color: Black Magic. HEX triplet: 3B, 2C and 08. RGB value is (59,44,8). Sum of RGB (Red+Green+Blue) = 59+44+8=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C08 is #C4D3F7. Grayscale: #2C2C2C. Windows color (decimal): -12899320 or 535611. OLE color: 535611.
HSL color Cylindrical-coordinate representation of color #3B2C08: hue angle of 42.35º 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 #3B2C08 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 8 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.77 |
| HSL | 42.35º | 0.76% | 0.13% | - |
| HSV(B) | 42.35º | 0.86% | 0.23% | - |
| XYZ | 2.75 | 2.75 | 0.62 | - |
| YUV | 44.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 8 | 0 | 0.25 | 0.86 | 0.77 | 42.35 | 0.76 | 0.13 |
| Hex | 3B | 2C | 8 | 0 | 19 | 56 | 4D | 2A | 4C | D |
| Octal | 73 | 54 | 10 | 0 | 31 | 126 | 115 | 52 | 114 | 15 |
| Binary | 111011 | 101100 | 1000 | 0 | 11001 | 1010110 | 1001101 | 101010 | 1001100 | 1101 |
Color Harmonies of #3B2C08
Complementary color
Monochromatic Colors of #3B2C08
Black with #3B2C08
Text Example
Text Example
White with #3B2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C08; }
p { color: rgb(59,44,8); }
H1.HeaderClassName
{
color: #3B2C08;
}
.AnyTagClassName
{
color: #3B2C08;
}
</style>
background-color css
<style>
a { background-color: #3B2C08; }
a { background-color: rgb(59,44,8); }
div.DivClassName
{
background-color: #3B2C08;
}
.BgClassName
{
background-color: #3B2C08;
}
</style>
border-color css
<style>
span { border-color: #3B2C08; }
span { border-color: rgb(59,44,8); }
td.TdClassName
{
border-color: #3B2C08;
}
.TagClassName
{
border-color: #3B2C08;
}
</style>