Shades of Black Magic #3A2C08
Tints of Black Magic #3A2C08
RGB
CMYK
RGB Variations
Color information
#3A2C08 (or 0x3A2C08) is known color: Black Magic. HEX triplet: 3A, 2C and 08. RGB value is (58,44,8). Sum of RGB (Red+Green+Blue) = 58+44+8=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2C08 is #C5D3F7. Grayscale: #2C2C2C. Windows color (decimal): -12964856 or 535610. OLE color: 535610.
HSL color Cylindrical-coordinate representation of color #3A2C08: hue angle of 43.2º 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 #3A2C08 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 8 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.77 |
| HSL | 43.2º | 0.76% | 0.13% | - |
| HSV(B) | 43.2º | 0.86% | 0.23% | - |
| XYZ | 2.69 | 2.72 | 0.61 | - |
| YUV | 44.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 8 | 0 | 0.24 | 0.86 | 0.77 | 43.2 | 0.76 | 0.13 |
| Hex | 3A | 2C | 8 | 0 | 18 | 56 | 4D | 2B | 4C | D |
| Octal | 72 | 54 | 10 | 0 | 30 | 126 | 115 | 53 | 114 | 15 |
| Binary | 111010 | 101100 | 1000 | 0 | 11000 | 1010110 | 1001101 | 101011 | 1001100 | 1101 |
Color Harmonies of #3A2C08
Complementary color
Monochromatic Colors of #3A2C08
Black with #3A2C08
Text Example
Text Example
White with #3A2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C08; }
p { color: rgb(58,44,8); }
H1.HeaderClassName
{
color: #3A2C08;
}
.AnyTagClassName
{
color: #3A2C08;
}
</style>
background-color css
<style>
a { background-color: #3A2C08; }
a { background-color: rgb(58,44,8); }
div.DivClassName
{
background-color: #3A2C08;
}
.BgClassName
{
background-color: #3A2C08;
}
</style>
border-color css
<style>
span { border-color: #3A2C08; }
span { border-color: rgb(58,44,8); }
td.TdClassName
{
border-color: #3A2C08;
}
.TagClassName
{
border-color: #3A2C08;
}
</style>