Shades of Black Magic #3B2B07
Tints of Black Magic #3B2B07
RGB
CMYK
RGB Variations
Color information
#3B2B07 (or 0x3B2B07) is known color: Black Magic. HEX triplet: 3B, 2B and 07. RGB value is (59,43,7). Sum of RGB (Red+Green+Blue) = 59+43+7=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B07 is #C4D4F8. Grayscale: #2B2B2B. Windows color (decimal): -12899577 or 469819. OLE color: 469819.
HSL color Cylindrical-coordinate representation of color #3B2B07: hue angle of 41.54º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B2B07 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 7 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.77 |
| HSL | 41.54º | 0.79% | 0.13% | - |
| HSV(B) | 41.54º | 0.88% | 0.23% | - |
| XYZ | 2.71 | 2.67 | 0.57 | - |
| YUV | 43.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 7 | 0 | 0.27 | 0.88 | 0.77 | 41.54 | 0.79 | 0.13 |
| Hex | 3B | 2B | 7 | 0 | 1B | 58 | 4D | 2A | 4F | D |
| Octal | 73 | 53 | 7 | 0 | 33 | 130 | 115 | 52 | 117 | 15 |
| Binary | 111011 | 101011 | 111 | 0 | 11011 | 1011000 | 1001101 | 101010 | 1001111 | 1101 |
Color Harmonies of #3B2B07
Complementary color
Monochromatic Colors of #3B2B07
Black with #3B2B07
Text Example
Text Example
White with #3B2B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B07; }
p { color: rgb(59,43,7); }
H1.HeaderClassName
{
color: #3B2B07;
}
.AnyTagClassName
{
color: #3B2B07;
}
</style>
background-color css
<style>
a { background-color: #3B2B07; }
a { background-color: rgb(59,43,7); }
div.DivClassName
{
background-color: #3B2B07;
}
.BgClassName
{
background-color: #3B2B07;
}
</style>
border-color css
<style>
span { border-color: #3B2B07; }
span { border-color: rgb(59,43,7); }
td.TdClassName
{
border-color: #3B2B07;
}
.TagClassName
{
border-color: #3B2B07;
}
</style>