Shades of Black Magic #3B2C16
Tints of Black Magic #3B2C16
RGB
CMYK
RGB Variations
Color information
#3B2C16 (or 0x3B2C16) is known color: Black Magic. HEX triplet: 3B, 2C and 16. RGB value is (59,44,22). Sum of RGB (Red+Green+Blue) = 59+44+22=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C16 is #C4D3E9. Grayscale: #2E2E2E. Windows color (decimal): -12899306 or 1453115. OLE color: 1453115.
HSL color Cylindrical-coordinate representation of color #3B2C16: hue angle of 35.68º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2C16 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 22 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.77 |
| HSL | 35.68º | 0.46% | 0.16% | - |
| HSV(B) | 35.68º | 0.63% | 0.23% | - |
| XYZ | 2.85 | 2.79 | 1.15 | - |
| YUV | 45.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 22 | 0 | 0.25 | 0.63 | 0.77 | 35.68 | 0.46 | 0.16 |
| Hex | 3B | 2C | 16 | 0 | 19 | 3F | 4D | 24 | 2E | 10 |
| Octal | 73 | 54 | 26 | 0 | 31 | 77 | 115 | 44 | 56 | 20 |
| Binary | 111011 | 101100 | 10110 | 0 | 11001 | 111111 | 1001101 | 100100 | 101110 | 10000 |
Color Harmonies of #3B2C16
Complementary color
Monochromatic Colors of #3B2C16
Black with #3B2C16
Text Example
Text Example
White with #3B2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C16; }
p { color: rgb(59,44,22); }
H1.HeaderClassName
{
color: #3B2C16;
}
.AnyTagClassName
{
color: #3B2C16;
}
</style>
background-color css
<style>
a { background-color: #3B2C16; }
a { background-color: rgb(59,44,22); }
div.DivClassName
{
background-color: #3B2C16;
}
.BgClassName
{
background-color: #3B2C16;
}
</style>
border-color css
<style>
span { border-color: #3B2C16; }
span { border-color: rgb(59,44,22); }
td.TdClassName
{
border-color: #3B2C16;
}
.TagClassName
{
border-color: #3B2C16;
}
</style>