Shades of Black Magic #3A2C1B
Tints of Black Magic #3A2C1B
RGB
CMYK
RGB Variations
Color information
#3A2C1B (or 0x3A2C1B) is known color: Black Magic. HEX triplet: 3A, 2C and 1B. RGB value is (58,44,27). Sum of RGB (Red+Green+Blue) = 58+44+27=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C1B is #C5D3E4. Grayscale: #2E2E2E. Windows color (decimal): -12964837 or 1780794. OLE color: 1780794.
HSL color Cylindrical-coordinate representation of color #3A2C1B: hue angle of 32.9º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A2C1B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 27 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.77 |
| HSL | 32.9º | 0.36% | 0.17% | - |
| HSV(B) | 32.9º | 0.53% | 0.23% | - |
| XYZ | 2.84 | 2.78 | 1.42 | - |
| YUV | 46.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 27 | 0 | 0.24 | 0.53 | 0.77 | 32.9 | 0.36 | 0.17 |
| Hex | 3A | 2C | 1B | 0 | 18 | 35 | 4D | 21 | 24 | 11 |
| Octal | 72 | 54 | 33 | 0 | 30 | 65 | 115 | 41 | 44 | 21 |
| Binary | 111010 | 101100 | 11011 | 0 | 11000 | 110101 | 1001101 | 100001 | 100100 | 10001 |
Color Harmonies of #3A2C1B
Complementary color
Monochromatic Colors of #3A2C1B
Black with #3A2C1B
Text Example
Text Example
White with #3A2C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C1B; }
p { color: rgb(58,44,27); }
H1.HeaderClassName
{
color: #3A2C1B;
}
.AnyTagClassName
{
color: #3A2C1B;
}
</style>
background-color css
<style>
a { background-color: #3A2C1B; }
a { background-color: rgb(58,44,27); }
div.DivClassName
{
background-color: #3A2C1B;
}
.BgClassName
{
background-color: #3A2C1B;
}
</style>
border-color css
<style>
span { border-color: #3A2C1B; }
span { border-color: rgb(58,44,27); }
td.TdClassName
{
border-color: #3A2C1B;
}
.TagClassName
{
border-color: #3A2C1B;
}
</style>