Shades of Black Magic #3A2E19
Tints of Black Magic #3A2E19
RGB
CMYK
RGB Variations
Color information
#3A2E19 (or 0x3A2E19) is known color: Black Magic. HEX triplet: 3A, 2E and 19. RGB value is (58,46,25). Sum of RGB (Red+Green+Blue) = 58+46+25=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2E19 is #C5D1E6. Grayscale: #2F2F2F. Windows color (decimal): -12964327 or 1650234. OLE color: 1650234.
HSL color Cylindrical-coordinate representation of color #3A2E19: hue angle of 38.18º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2E19 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 46 | 25 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.77 |
| HSL | 38.18º | 0.4% | 0.16% | - |
| HSV(B) | 38.18º | 0.57% | 0.23% | - |
| XYZ | 2.9 | 2.92 | 1.33 | - |
| YUV | 47.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 25 | 0 | 0.21 | 0.57 | 0.77 | 38.18 | 0.4 | 0.16 |
| Hex | 3A | 2E | 19 | 0 | 15 | 39 | 4D | 26 | 28 | 10 |
| Octal | 72 | 56 | 31 | 0 | 25 | 71 | 115 | 46 | 50 | 20 |
| Binary | 111010 | 101110 | 11001 | 0 | 10101 | 111001 | 1001101 | 100110 | 101000 | 10000 |
Color Harmonies of #3A2E19
Complementary color
Monochromatic Colors of #3A2E19
Black with #3A2E19
Text Example
Text Example
White with #3A2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E19; }
p { color: rgb(58,46,25); }
H1.HeaderClassName
{
color: #3A2E19;
}
.AnyTagClassName
{
color: #3A2E19;
}
</style>
background-color css
<style>
a { background-color: #3A2E19; }
a { background-color: rgb(58,46,25); }
div.DivClassName
{
background-color: #3A2E19;
}
.BgClassName
{
background-color: #3A2E19;
}
</style>
border-color css
<style>
span { border-color: #3A2E19; }
span { border-color: rgb(58,46,25); }
td.TdClassName
{
border-color: #3A2E19;
}
.TagClassName
{
border-color: #3A2E19;
}
</style>