Shades of Black Magic #3A2910
Tints of Black Magic #3A2910
RGB
CMYK
RGB Variations
Color information
#3A2910 (or 0x3A2910) is known color: Black Magic. HEX triplet: 3A, 29 and 10. RGB value is (58,41,16). Sum of RGB (Red+Green+Blue) = 58+41+16=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2910 is #C5D6EF. Grayscale: #2B2B2B. Windows color (decimal): -12965616 or 1059130. OLE color: 1059130.
HSL color Cylindrical-coordinate representation of color #3A2910: hue angle of 35.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2910 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 41 | 16 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.77 |
| HSL | 35.71º | 0.57% | 0.15% | - |
| HSV(B) | 35.71º | 0.72% | 0.23% | - |
| XYZ | 2.63 | 2.52 | 0.84 | - |
| YUV | 43.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 16 | 0 | 0.29 | 0.72 | 0.77 | 35.71 | 0.57 | 0.15 |
| Hex | 3A | 29 | 10 | 0 | 1D | 48 | 4D | 24 | 39 | F |
| Octal | 72 | 51 | 20 | 0 | 35 | 110 | 115 | 44 | 71 | 17 |
| Binary | 111010 | 101001 | 10000 | 0 | 11101 | 1001000 | 1001101 | 100100 | 111001 | 1111 |
Color Harmonies of #3A2910
Complementary color
Monochromatic Colors of #3A2910
Black with #3A2910
Text Example
Text Example
White with #3A2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2910; }
p { color: rgb(58,41,16); }
H1.HeaderClassName
{
color: #3A2910;
}
.AnyTagClassName
{
color: #3A2910;
}
</style>
background-color css
<style>
a { background-color: #3A2910; }
a { background-color: rgb(58,41,16); }
div.DivClassName
{
background-color: #3A2910;
}
.BgClassName
{
background-color: #3A2910;
}
</style>
border-color css
<style>
span { border-color: #3A2910; }
span { border-color: rgb(58,41,16); }
td.TdClassName
{
border-color: #3A2910;
}
.TagClassName
{
border-color: #3A2910;
}
</style>