Shades of Black Magic #3B2903
Tints of Black Magic #3B2903
RGB
CMYK
RGB Variations
Color information
#3B2903 (or 0x3B2903) is known color: Black Magic. HEX triplet: 3B, 29 and 03. RGB value is (59,41,3). Sum of RGB (Red+Green+Blue) = 59+41+3=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2903 is #C4D6FC. Grayscale: #2A2A2A. Windows color (decimal): -12900093 or 207163. OLE color: 207163.
HSL color Cylindrical-coordinate representation of color #3B2903: hue angle of 40.71º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B2903 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 3 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.77 |
| HSL | 40.71º | 0.9% | 0.12% | - |
| HSV(B) | 40.71º | 0.95% | 0.23% | - |
| XYZ | 2.61 | 2.52 | 0.44 | - |
| YUV | 42.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 3 | 0 | 0.31 | 0.95 | 0.77 | 40.71 | 0.9 | 0.12 |
| Hex | 3B | 29 | 3 | 0 | 1F | 5F | 4D | 29 | 5A | C |
| Octal | 73 | 51 | 3 | 0 | 37 | 137 | 115 | 51 | 132 | 14 |
| Binary | 111011 | 101001 | 11 | 0 | 11111 | 1011111 | 1001101 | 101001 | 1011010 | 1100 |
Color Harmonies of #3B2903
Complementary color
Monochromatic Colors of #3B2903
Black with #3B2903
Text Example
Text Example
White with #3B2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2903; }
p { color: rgb(59,41,3); }
H1.HeaderClassName
{
color: #3B2903;
}
.AnyTagClassName
{
color: #3B2903;
}
</style>
background-color css
<style>
a { background-color: #3B2903; }
a { background-color: rgb(59,41,3); }
div.DivClassName
{
background-color: #3B2903;
}
.BgClassName
{
background-color: #3B2903;
}
</style>
border-color css
<style>
span { border-color: #3B2903; }
span { border-color: rgb(59,41,3); }
td.TdClassName
{
border-color: #3B2903;
}
.TagClassName
{
border-color: #3B2903;
}
</style>