Shades of Black Magic #3B2C14
Tints of Black Magic #3B2C14
RGB
CMYK
RGB Variations
Color information
#3B2C14 (or 0x3B2C14) is known color: Black Magic. HEX triplet: 3B, 2C and 14. RGB value is (59,44,20). Sum of RGB (Red+Green+Blue) = 59+44+20=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C14 is #C4D3EB. Grayscale: #2D2D2D. Windows color (decimal): -12899308 or 1322043. OLE color: 1322043.
HSL color Cylindrical-coordinate representation of color #3B2C14: hue angle of 36.92º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B2C14 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 20 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.77 |
| HSL | 36.92º | 0.49% | 0.15% | - |
| HSV(B) | 36.92º | 0.66% | 0.23% | - |
| XYZ | 2.83 | 2.78 | 1.05 | - |
| YUV | 45.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 20 | 0 | 0.25 | 0.66 | 0.77 | 36.92 | 0.49 | 0.15 |
| Hex | 3B | 2C | 14 | 0 | 19 | 42 | 4D | 25 | 31 | F |
| Octal | 73 | 54 | 24 | 0 | 31 | 102 | 115 | 45 | 61 | 17 |
| Binary | 111011 | 101100 | 10100 | 0 | 11001 | 1000010 | 1001101 | 100101 | 110001 | 1111 |
Color Harmonies of #3B2C14
Complementary color
Monochromatic Colors of #3B2C14
Black with #3B2C14
Text Example
Text Example
White with #3B2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C14; }
p { color: rgb(59,44,20); }
H1.HeaderClassName
{
color: #3B2C14;
}
.AnyTagClassName
{
color: #3B2C14;
}
</style>
background-color css
<style>
a { background-color: #3B2C14; }
a { background-color: rgb(59,44,20); }
div.DivClassName
{
background-color: #3B2C14;
}
.BgClassName
{
background-color: #3B2C14;
}
</style>
border-color css
<style>
span { border-color: #3B2C14; }
span { border-color: rgb(59,44,20); }
td.TdClassName
{
border-color: #3B2C14;
}
.TagClassName
{
border-color: #3B2C14;
}
</style>