Shades of Black Magic #3A280A
Tints of Black Magic #3A280A
RGB
CMYK
RGB Variations
Color information
#3A280A (or 0x3A280A) is known color: Black Magic. HEX triplet: 3A, 28 and 0A. RGB value is (58,40,10). Sum of RGB (Red+Green+Blue) = 58+40+10=108 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.70% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 58 - color contains mainly: red. Hex color #3A280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A280A is #C5D7F5. Grayscale: #2A2A2A. Windows color (decimal): -12965878 or 665658. OLE color: 665658.
HSL color Cylindrical-coordinate representation of color #3A280A: hue angle of 37.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A280A is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 10 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.77 |
| HSL | 37.5º | 0.71% | 0.13% | - |
| HSV(B) | 37.5º | 0.83% | 0.23% | - |
| XYZ | 2.56 | 2.44 | 0.62 | - |
| YUV | 41.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 10 | 0 | 0.31 | 0.83 | 0.77 | 37.5 | 0.71 | 0.13 |
| Hex | 3A | 28 | A | 0 | 1F | 53 | 4D | 26 | 47 | D |
| Octal | 72 | 50 | 12 | 0 | 37 | 123 | 115 | 46 | 107 | 15 |
| Binary | 111010 | 101000 | 1010 | 0 | 11111 | 1010011 | 1001101 | 100110 | 1000111 | 1101 |
Color Harmonies of #3A280A
Complementary color
Monochromatic Colors of #3A280A
Black with #3A280A
Text Example
Text Example
White with #3A280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A280A; }
p { color: rgb(58,40,10); }
H1.HeaderClassName
{
color: #3A280A;
}
.AnyTagClassName
{
color: #3A280A;
}
</style>
background-color css
<style>
a { background-color: #3A280A; }
a { background-color: rgb(58,40,10); }
div.DivClassName
{
background-color: #3A280A;
}
.BgClassName
{
background-color: #3A280A;
}
</style>
border-color css
<style>
span { border-color: #3A280A; }
span { border-color: rgb(58,40,10); }
td.TdClassName
{
border-color: #3A280A;
}
.TagClassName
{
border-color: #3A280A;
}
</style>