Shades of Black Magic #3B2D10
Tints of Black Magic #3B2D10
RGB
CMYK
RGB Variations
Color information
#3B2D10 (or 0x3B2D10) is known color: Black Magic. HEX triplet: 3B, 2D and 10. RGB value is (59,45,16). Sum of RGB (Red+Green+Blue) = 59+45+16=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D10 is #C4D2EF. Grayscale: #2E2E2E. Windows color (decimal): -12899056 or 1060155. OLE color: 1060155.
HSL color Cylindrical-coordinate representation of color #3B2D10: hue angle of 40.47º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B2D10 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 16 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.77 |
| HSL | 40.47º | 0.57% | 0.15% | - |
| HSV(B) | 40.47º | 0.73% | 0.23% | - |
| XYZ | 2.84 | 2.84 | 0.89 | - |
| YUV | 45.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 16 | 0 | 0.24 | 0.73 | 0.77 | 40.47 | 0.57 | 0.15 |
| Hex | 3B | 2D | 10 | 0 | 18 | 49 | 4D | 28 | 39 | F |
| Octal | 73 | 55 | 20 | 0 | 30 | 111 | 115 | 50 | 71 | 17 |
| Binary | 111011 | 101101 | 10000 | 0 | 11000 | 1001001 | 1001101 | 101000 | 111001 | 1111 |
Color Harmonies of #3B2D10
Complementary color
Monochromatic Colors of #3B2D10
Black with #3B2D10
Text Example
Text Example
White with #3B2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D10; }
p { color: rgb(59,45,16); }
H1.HeaderClassName
{
color: #3B2D10;
}
.AnyTagClassName
{
color: #3B2D10;
}
</style>
background-color css
<style>
a { background-color: #3B2D10; }
a { background-color: rgb(59,45,16); }
div.DivClassName
{
background-color: #3B2D10;
}
.BgClassName
{
background-color: #3B2D10;
}
</style>
border-color css
<style>
span { border-color: #3B2D10; }
span { border-color: rgb(59,45,16); }
td.TdClassName
{
border-color: #3B2D10;
}
.TagClassName
{
border-color: #3B2D10;
}
</style>