Shades of Black Magic #3A2F1F
Tints of Black Magic #3A2F1F
RGB
CMYK
RGB Variations
Color information
#3A2F1F (or 0x3A2F1F) is known color: Black Magic. HEX triplet: 3A, 2F and 1F. RGB value is (58,47,31). Sum of RGB (Red+Green+Blue) = 58+47+31=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F1F is #C5D0E0. Grayscale: #303030. Windows color (decimal): -12964065 or 2043706. OLE color: 2043706.
HSL color Cylindrical-coordinate representation of color #3A2F1F: hue angle of 35.56º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A2F1F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 31 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.77 |
| HSL | 35.56º | 0.3% | 0.17% | - |
| HSV(B) | 35.56º | 0.47% | 0.23% | - |
| XYZ | 3.01 | 3.03 | 1.72 | - |
| YUV | 48.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 31 | 0 | 0.19 | 0.47 | 0.77 | 35.56 | 0.3 | 0.17 |
| Hex | 3A | 2F | 1F | 0 | 13 | 2F | 4D | 24 | 1E | 11 |
| Octal | 72 | 57 | 37 | 0 | 23 | 57 | 115 | 44 | 36 | 21 |
| Binary | 111010 | 101111 | 11111 | 0 | 10011 | 101111 | 1001101 | 100100 | 11110 | 10001 |
Color Harmonies of #3A2F1F
Complementary color
Monochromatic Colors of #3A2F1F
Black with #3A2F1F
Text Example
Text Example
White with #3A2F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F1F; }
p { color: rgb(58,47,31); }
H1.HeaderClassName
{
color: #3A2F1F;
}
.AnyTagClassName
{
color: #3A2F1F;
}
</style>
background-color css
<style>
a { background-color: #3A2F1F; }
a { background-color: rgb(58,47,31); }
div.DivClassName
{
background-color: #3A2F1F;
}
.BgClassName
{
background-color: #3A2F1F;
}
</style>
border-color css
<style>
span { border-color: #3A2F1F; }
span { border-color: rgb(58,47,31); }
td.TdClassName
{
border-color: #3A2F1F;
}
.TagClassName
{
border-color: #3A2F1F;
}
</style>