Shades of Black Magic #3B2702
Tints of Black Magic #3B2702
RGB
CMYK
RGB Variations
Color information
#3B2702 (or 0x3B2702) is known color: Black Magic. HEX triplet: 3B, 27 and 02. RGB value is (59,39,2). Sum of RGB (Red+Green+Blue) = 59+39+2=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2702 is #C4D8FD. Grayscale: #282828. Windows color (decimal): -12900606 or 141115. OLE color: 141115.
HSL color Cylindrical-coordinate representation of color #3B2702: hue angle of 38.95º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B2702 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 2 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.77 |
| HSL | 38.95º | 0.93% | 0.12% | - |
| HSV(B) | 38.95º | 0.97% | 0.23% | - |
| XYZ | 2.54 | 2.39 | 0.38 | - |
| YUV | 40.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 2 | 0 | 0.34 | 0.97 | 0.77 | 38.95 | 0.93 | 0.12 |
| Hex | 3B | 27 | 2 | 0 | 22 | 61 | 4D | 27 | 5D | C |
| Octal | 73 | 47 | 2 | 0 | 42 | 141 | 115 | 47 | 135 | 14 |
| Binary | 111011 | 100111 | 10 | 0 | 100010 | 1100001 | 1001101 | 100111 | 1011101 | 1100 |
Color Harmonies of #3B2702
Complementary color
Monochromatic Colors of #3B2702
Black with #3B2702
Text Example
Text Example
White with #3B2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2702; }
p { color: rgb(59,39,2); }
H1.HeaderClassName
{
color: #3B2702;
}
.AnyTagClassName
{
color: #3B2702;
}
</style>
background-color css
<style>
a { background-color: #3B2702; }
a { background-color: rgb(59,39,2); }
div.DivClassName
{
background-color: #3B2702;
}
.BgClassName
{
background-color: #3B2702;
}
</style>
border-color css
<style>
span { border-color: #3B2702; }
span { border-color: rgb(59,39,2); }
td.TdClassName
{
border-color: #3B2702;
}
.TagClassName
{
border-color: #3B2702;
}
</style>