Shades of Black Magic #3B2B00
Tints of Black Magic #3B2B00
RGB
CMYK
RGB Variations
Color information
#3B2B00 (or 0x3B2B00) is known color: Black Magic. HEX triplet: 3B, 2B and 00. RGB value is (59,43,0). Sum of RGB (Red+Green+Blue) = 59+43+0=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B00 is #C4D4FF. Grayscale: #2B2B2B. Windows color (decimal): -12899584 or 11067. OLE color: 11067.
HSL color Cylindrical-coordinate representation of color #3B2B00: hue angle of 43.73º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B2B00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.77 |
| HSL | 43.73º | 1% | 0.12% | - |
| HSV(B) | 43.73º | 1% | 0.23% | - |
| XYZ | 2.67 | 2.66 | 0.37 | - |
| YUV | 42.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 0 | 0 | 0.27 | 1 | 0.77 | 43.73 | 1 | 0.12 |
| Hex | 3B | 2B | 0 | 0 | 1B | 64 | 4D | 2C | 64 | C |
| Octal | 73 | 53 | 0 | 0 | 33 | 144 | 115 | 54 | 144 | 14 |
| Binary | 111011 | 101011 | 0 | 0 | 11011 | 1100100 | 1001101 | 101100 | 1100100 | 1100 |
Color Harmonies of #3B2B00
Complementary color
Monochromatic Colors of #3B2B00
Black with #3B2B00
Text Example
Text Example
White with #3B2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B00; }
p { color: rgb(59,43,0); }
H1.HeaderClassName
{
color: #3B2B00;
}
.AnyTagClassName
{
color: #3B2B00;
}
</style>
background-color css
<style>
a { background-color: #3B2B00; }
a { background-color: rgb(59,43,0); }
div.DivClassName
{
background-color: #3B2B00;
}
.BgClassName
{
background-color: #3B2B00;
}
</style>
border-color css
<style>
span { border-color: #3B2B00; }
span { border-color: rgb(59,43,0); }
td.TdClassName
{
border-color: #3B2B00;
}
.TagClassName
{
border-color: #3B2B00;
}
</style>