Shades of Black Magic #3B2B17
Tints of Black Magic #3B2B17
RGB
CMYK
RGB Variations
Color information
#3B2B17 (or 0x3B2B17) is known color: Black Magic. HEX triplet: 3B, 2B and 17. RGB value is (59,43,23). Sum of RGB (Red+Green+Blue) = 59+43+23=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B17 is #C4D4E8. Grayscale: #2D2D2D. Windows color (decimal): -12899561 or 1518395. OLE color: 1518395.
HSL color Cylindrical-coordinate representation of color #3B2B17: hue angle of 33.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2B17 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 23 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.77 |
| HSL | 33.33º | 0.44% | 0.16% | - |
| HSV(B) | 33.33º | 0.61% | 0.23% | - |
| XYZ | 2.82 | 2.72 | 1.19 | - |
| YUV | 45.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 23 | 0 | 0.27 | 0.61 | 0.77 | 33.33 | 0.44 | 0.16 |
| Hex | 3B | 2B | 17 | 0 | 1B | 3D | 4D | 21 | 2C | 10 |
| Octal | 73 | 53 | 27 | 0 | 33 | 75 | 115 | 41 | 54 | 20 |
| Binary | 111011 | 101011 | 10111 | 0 | 11011 | 111101 | 1001101 | 100001 | 101100 | 10000 |
Color Harmonies of #3B2B17
Complementary color
Monochromatic Colors of #3B2B17
Black with #3B2B17
Text Example
Text Example
White with #3B2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B17; }
p { color: rgb(59,43,23); }
H1.HeaderClassName
{
color: #3B2B17;
}
.AnyTagClassName
{
color: #3B2B17;
}
</style>
background-color css
<style>
a { background-color: #3B2B17; }
a { background-color: rgb(59,43,23); }
div.DivClassName
{
background-color: #3B2B17;
}
.BgClassName
{
background-color: #3B2B17;
}
</style>
border-color css
<style>
span { border-color: #3B2B17; }
span { border-color: rgb(59,43,23); }
td.TdClassName
{
border-color: #3B2B17;
}
.TagClassName
{
border-color: #3B2B17;
}
</style>