Shades of Black Magic #3A2805
Tints of Black Magic #3A2805
RGB
CMYK
RGB Variations
Color information
#3A2805 (or 0x3A2805) is known color: Black Magic. HEX triplet: 3A, 28 and 05. RGB value is (58,40,5). Sum of RGB (Red+Green+Blue) = 58+40+5=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2805 is #C5D7FA. Grayscale: #292929. Windows color (decimal): -12965883 or 337978. OLE color: 337978.
HSL color Cylindrical-coordinate representation of color #3A2805: hue angle of 39.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A2805 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 5 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.77 |
| HSL | 39.62º | 0.84% | 0.12% | - |
| HSV(B) | 39.62º | 0.91% | 0.23% | - |
| XYZ | 2.53 | 2.43 | 0.48 | - |
| YUV | 41.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 5 | 0 | 0.31 | 0.91 | 0.77 | 39.62 | 0.84 | 0.12 |
| Hex | 3A | 28 | 5 | 0 | 1F | 5B | 4D | 28 | 54 | C |
| Octal | 72 | 50 | 5 | 0 | 37 | 133 | 115 | 50 | 124 | 14 |
| Binary | 111010 | 101000 | 101 | 0 | 11111 | 1011011 | 1001101 | 101000 | 1010100 | 1100 |
Color Harmonies of #3A2805
Complementary color
Monochromatic Colors of #3A2805
Black with #3A2805
Text Example
Text Example
White with #3A2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2805; }
p { color: rgb(58,40,5); }
H1.HeaderClassName
{
color: #3A2805;
}
.AnyTagClassName
{
color: #3A2805;
}
</style>
background-color css
<style>
a { background-color: #3A2805; }
a { background-color: rgb(58,40,5); }
div.DivClassName
{
background-color: #3A2805;
}
.BgClassName
{
background-color: #3A2805;
}
</style>
border-color css
<style>
span { border-color: #3A2805; }
span { border-color: rgb(58,40,5); }
td.TdClassName
{
border-color: #3A2805;
}
.TagClassName
{
border-color: #3A2805;
}
</style>