Shades of Black Magic #3B2C06
Tints of Black Magic #3B2C06
RGB
CMYK
RGB Variations
Color information
#3B2C06 (or 0x3B2C06) is known color: Black Magic. HEX triplet: 3B, 2C and 06. RGB value is (59,44,6). Sum of RGB (Red+Green+Blue) = 59+44+6=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C06 is #C4D3F9. Grayscale: #2C2C2C. Windows color (decimal): -12899322 or 404539. OLE color: 404539.
HSL color Cylindrical-coordinate representation of color #3B2C06: hue angle of 43.02º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B2C06 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 6 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.77 |
| HSL | 43.02º | 0.82% | 0.13% | - |
| HSV(B) | 43.02º | 0.9% | 0.23% | - |
| XYZ | 2.74 | 2.74 | 0.56 | - |
| YUV | 44.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 6 | 0 | 0.25 | 0.90 | 0.77 | 43.02 | 0.82 | 0.13 |
| Hex | 3B | 2C | 6 | 0 | 19 | 5A | 4D | 2B | 52 | D |
| Octal | 73 | 54 | 6 | 0 | 31 | 132 | 115 | 53 | 122 | 15 |
| Binary | 111011 | 101100 | 110 | 0 | 11001 | 1011010 | 1001101 | 101011 | 1010010 | 1101 |
Color Harmonies of #3B2C06
Complementary color
Monochromatic Colors of #3B2C06
Black with #3B2C06
Text Example
Text Example
White with #3B2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C06; }
p { color: rgb(59,44,6); }
H1.HeaderClassName
{
color: #3B2C06;
}
.AnyTagClassName
{
color: #3B2C06;
}
</style>
background-color css
<style>
a { background-color: #3B2C06; }
a { background-color: rgb(59,44,6); }
div.DivClassName
{
background-color: #3B2C06;
}
.BgClassName
{
background-color: #3B2C06;
}
</style>
border-color css
<style>
span { border-color: #3B2C06; }
span { border-color: rgb(59,44,6); }
td.TdClassName
{
border-color: #3B2C06;
}
.TagClassName
{
border-color: #3B2C06;
}
</style>