Shades of Black Magic #3A2908
Tints of Black Magic #3A2908
RGB
CMYK
RGB Variations
Color information
#3A2908 (or 0x3A2908) is known color: Black Magic. HEX triplet: 3A, 29 and 08. RGB value is (58,41,8). Sum of RGB (Red+Green+Blue) = 58+41+8=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2908 is #C5D6F7. Grayscale: #2A2A2A. Windows color (decimal): -12965624 or 534842. OLE color: 534842.
HSL color Cylindrical-coordinate representation of color #3A2908: hue angle of 39.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A2908 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 41 | 8 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.77 |
| HSL | 39.6º | 0.76% | 0.13% | - |
| HSV(B) | 39.6º | 0.86% | 0.23% | - |
| XYZ | 2.58 | 2.5 | 0.58 | - |
| YUV | 42.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 8 | 0 | 0.29 | 0.86 | 0.77 | 39.6 | 0.76 | 0.13 |
| Hex | 3A | 29 | 8 | 0 | 1D | 56 | 4D | 28 | 4C | D |
| Octal | 72 | 51 | 10 | 0 | 35 | 126 | 115 | 50 | 114 | 15 |
| Binary | 111010 | 101001 | 1000 | 0 | 11101 | 1010110 | 1001101 | 101000 | 1001100 | 1101 |
Color Harmonies of #3A2908
Complementary color
Monochromatic Colors of #3A2908
Black with #3A2908
Text Example
Text Example
White with #3A2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2908; }
p { color: rgb(58,41,8); }
H1.HeaderClassName
{
color: #3A2908;
}
.AnyTagClassName
{
color: #3A2908;
}
</style>
background-color css
<style>
a { background-color: #3A2908; }
a { background-color: rgb(58,41,8); }
div.DivClassName
{
background-color: #3A2908;
}
.BgClassName
{
background-color: #3A2908;
}
</style>
border-color css
<style>
span { border-color: #3A2908; }
span { border-color: rgb(58,41,8); }
td.TdClassName
{
border-color: #3A2908;
}
.TagClassName
{
border-color: #3A2908;
}
</style>