Shades of Black Magic #3A2C1A
Tints of Black Magic #3A2C1A
RGB
CMYK
RGB Variations
Color information
#3A2C1A (or 0x3A2C1A) is known color: Black Magic. HEX triplet: 3A, 2C and 1A. RGB value is (58,44,26). Sum of RGB (Red+Green+Blue) = 58+44+26=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C1A is #C5D3E5. Grayscale: #2E2E2E. Windows color (decimal): -12964838 or 1715258. OLE color: 1715258.
HSL color Cylindrical-coordinate representation of color #3A2C1A: hue angle of 33.75º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A2C1A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 44 | 26 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.77 |
| HSL | 33.75º | 0.38% | 0.16% | - |
| HSV(B) | 33.75º | 0.55% | 0.23% | - |
| XYZ | 2.83 | 2.78 | 1.36 | - |
| YUV | 46.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 26 | 0 | 0.24 | 0.55 | 0.77 | 33.75 | 0.38 | 0.16 |
| Hex | 3A | 2C | 1A | 0 | 18 | 37 | 4D | 22 | 26 | 10 |
| Octal | 72 | 54 | 32 | 0 | 30 | 67 | 115 | 42 | 46 | 20 |
| Binary | 111010 | 101100 | 11010 | 0 | 11000 | 110111 | 1001101 | 100010 | 100110 | 10000 |
Color Harmonies of #3A2C1A
Complementary color
Monochromatic Colors of #3A2C1A
Black with #3A2C1A
Text Example
Text Example
White with #3A2C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C1A; }
p { color: rgb(58,44,26); }
H1.HeaderClassName
{
color: #3A2C1A;
}
.AnyTagClassName
{
color: #3A2C1A;
}
</style>
background-color css
<style>
a { background-color: #3A2C1A; }
a { background-color: rgb(58,44,26); }
div.DivClassName
{
background-color: #3A2C1A;
}
.BgClassName
{
background-color: #3A2C1A;
}
</style>
border-color css
<style>
span { border-color: #3A2C1A; }
span { border-color: rgb(58,44,26); }
td.TdClassName
{
border-color: #3A2C1A;
}
.TagClassName
{
border-color: #3A2C1A;
}
</style>