Shades of Black Magic #3B2D15
Tints of Black Magic #3B2D15
RGB
CMYK
RGB Variations
Color information
#3B2D15 (or 0x3B2D15) is known color: Black Magic. HEX triplet: 3B, 2D and 15. RGB value is (59,45,21). Sum of RGB (Red+Green+Blue) = 59+45+21=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D15 is #C4D2EA. Grayscale: #2E2E2E. Windows color (decimal): -12899051 or 1387835. OLE color: 1387835.
HSL color Cylindrical-coordinate representation of color #3B2D15: hue angle of 37.89º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B2D15 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 21 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.77 |
| HSL | 37.89º | 0.48% | 0.16% | - |
| HSV(B) | 37.89º | 0.64% | 0.23% | - |
| XYZ | 2.88 | 2.86 | 1.11 | - |
| YUV | 46.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 21 | 0 | 0.24 | 0.64 | 0.77 | 37.89 | 0.48 | 0.16 |
| Hex | 3B | 2D | 15 | 0 | 18 | 40 | 4D | 26 | 30 | 10 |
| Octal | 73 | 55 | 25 | 0 | 30 | 100 | 115 | 46 | 60 | 20 |
| Binary | 111011 | 101101 | 10101 | 0 | 11000 | 1000000 | 1001101 | 100110 | 110000 | 10000 |
Color Harmonies of #3B2D15
Complementary color
Monochromatic Colors of #3B2D15
Black with #3B2D15
Text Example
Text Example
White with #3B2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D15; }
p { color: rgb(59,45,21); }
H1.HeaderClassName
{
color: #3B2D15;
}
.AnyTagClassName
{
color: #3B2D15;
}
</style>
background-color css
<style>
a { background-color: #3B2D15; }
a { background-color: rgb(59,45,21); }
div.DivClassName
{
background-color: #3B2D15;
}
.BgClassName
{
background-color: #3B2D15;
}
</style>
border-color css
<style>
span { border-color: #3B2D15; }
span { border-color: rgb(59,45,21); }
td.TdClassName
{
border-color: #3B2D15;
}
.TagClassName
{
border-color: #3B2D15;
}
</style>