Shades of Black Magic #3B2C12
Tints of Black Magic #3B2C12
RGB
CMYK
RGB Variations
Color information
#3B2C12 (or 0x3B2C12) is known color: Black Magic. HEX triplet: 3B, 2C and 12. RGB value is (59,44,18). Sum of RGB (Red+Green+Blue) = 59+44+18=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C12 is #C4D3ED. Grayscale: #2D2D2D. Windows color (decimal): -12899310 or 1190971. OLE color: 1190971.
HSL color Cylindrical-coordinate representation of color #3B2C12: hue angle of 38.05º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2C12 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 18 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.77 |
| HSL | 38.05º | 0.53% | 0.15% | - |
| HSV(B) | 38.05º | 0.69% | 0.23% | - |
| XYZ | 2.81 | 2.77 | 0.96 | - |
| YUV | 45.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 18 | 0 | 0.25 | 0.69 | 0.77 | 38.05 | 0.53 | 0.15 |
| Hex | 3B | 2C | 12 | 0 | 19 | 45 | 4D | 26 | 35 | F |
| Octal | 73 | 54 | 22 | 0 | 31 | 105 | 115 | 46 | 65 | 17 |
| Binary | 111011 | 101100 | 10010 | 0 | 11001 | 1000101 | 1001101 | 100110 | 110101 | 1111 |
Color Harmonies of #3B2C12
Complementary color
Monochromatic Colors of #3B2C12
Black with #3B2C12
Text Example
Text Example
White with #3B2C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C12; }
p { color: rgb(59,44,18); }
H1.HeaderClassName
{
color: #3B2C12;
}
.AnyTagClassName
{
color: #3B2C12;
}
</style>
background-color css
<style>
a { background-color: #3B2C12; }
a { background-color: rgb(59,44,18); }
div.DivClassName
{
background-color: #3B2C12;
}
.BgClassName
{
background-color: #3B2C12;
}
</style>
border-color css
<style>
span { border-color: #3B2C12; }
span { border-color: rgb(59,44,18); }
td.TdClassName
{
border-color: #3B2C12;
}
.TagClassName
{
border-color: #3B2C12;
}
</style>