Shades of Black Magic #3A280C
Tints of Black Magic #3A280C
RGB
CMYK
RGB Variations
Color information
#3A280C (or 0x3A280C) is known color: Black Magic. HEX triplet: 3A, 28 and 0C. RGB value is (58,40,12). Sum of RGB (Red+Green+Blue) = 58+40+12=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A280C is #C5D7F3. Grayscale: #2A2A2A. Windows color (decimal): -12965876 or 796730. OLE color: 796730.
HSL color Cylindrical-coordinate representation of color #3A280C: hue angle of 36.52º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A280C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 12 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.77 |
| HSL | 36.52º | 0.66% | 0.14% | - |
| HSV(B) | 36.52º | 0.79% | 0.23% | - |
| XYZ | 2.57 | 2.44 | 0.68 | - |
| YUV | 42.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 12 | 0 | 0.31 | 0.79 | 0.77 | 36.52 | 0.66 | 0.14 |
| Hex | 3A | 28 | C | 0 | 1F | 4F | 4D | 25 | 42 | E |
| Octal | 72 | 50 | 14 | 0 | 37 | 117 | 115 | 45 | 102 | 16 |
| Binary | 111010 | 101000 | 1100 | 0 | 11111 | 1001111 | 1001101 | 100101 | 1000010 | 1110 |
Color Harmonies of #3A280C
Complementary color
Monochromatic Colors of #3A280C
Black with #3A280C
Text Example
Text Example
White with #3A280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A280C; }
p { color: rgb(58,40,12); }
H1.HeaderClassName
{
color: #3A280C;
}
.AnyTagClassName
{
color: #3A280C;
}
</style>
background-color css
<style>
a { background-color: #3A280C; }
a { background-color: rgb(58,40,12); }
div.DivClassName
{
background-color: #3A280C;
}
.BgClassName
{
background-color: #3A280C;
}
</style>
border-color css
<style>
span { border-color: #3A280C; }
span { border-color: rgb(58,40,12); }
td.TdClassName
{
border-color: #3A280C;
}
.TagClassName
{
border-color: #3A280C;
}
</style>