Shades of Black Magic #3B2700
Tints of Black Magic #3B2700
RGB
CMYK
RGB Variations
Color information
#3B2700 (or 0x3B2700) is known color: Black Magic. HEX triplet: 3B, 27 and 00. RGB value is (59,39,0). Sum of RGB (Red+Green+Blue) = 59+39+0=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2700 is #C4D8FF. Grayscale: #282828. Windows color (decimal): -12900608 or 10043. OLE color: 10043.
HSL color Cylindrical-coordinate representation of color #3B2700: hue angle of 39.66º 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 #3B2700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.77 |
| HSL | 39.66º | 1% | 0.12% | - |
| HSV(B) | 39.66º | 1% | 0.23% | - |
| XYZ | 2.53 | 2.38 | 0.33 | - |
| YUV | 40.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 0 | 0 | 0.34 | 1 | 0.77 | 39.66 | 1 | 0.12 |
| Hex | 3B | 27 | 0 | 0 | 22 | 64 | 4D | 28 | 64 | C |
| Octal | 73 | 47 | 0 | 0 | 42 | 144 | 115 | 50 | 144 | 14 |
| Binary | 111011 | 100111 | 0 | 0 | 100010 | 1100100 | 1001101 | 101000 | 1100100 | 1100 |
Color Harmonies of #3B2700
Complementary color
Monochromatic Colors of #3B2700
Black with #3B2700
Text Example
Text Example
White with #3B2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2700; }
p { color: rgb(59,39,0); }
H1.HeaderClassName
{
color: #3B2700;
}
.AnyTagClassName
{
color: #3B2700;
}
</style>
background-color css
<style>
a { background-color: #3B2700; }
a { background-color: rgb(59,39,0); }
div.DivClassName
{
background-color: #3B2700;
}
.BgClassName
{
background-color: #3B2700;
}
</style>
border-color css
<style>
span { border-color: #3B2700; }
span { border-color: rgb(59,39,0); }
td.TdClassName
{
border-color: #3B2700;
}
.TagClassName
{
border-color: #3B2700;
}
</style>