Shades of Black Magic #3A2B15
Tints of Black Magic #3A2B15
RGB
CMYK
RGB Variations
Color information
#3A2B15 (or 0x3A2B15) is known color: Black Magic. HEX triplet: 3A, 2B and 15. RGB value is (58,43,21). Sum of RGB (Red+Green+Blue) = 58+43+21=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2B15 is #C5D4EA. Grayscale: #2D2D2D. Windows color (decimal): -12965099 or 1387322. OLE color: 1387322.
HSL color Cylindrical-coordinate representation of color #3A2B15: hue angle of 35.68º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A2B15 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 43 | 21 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.77 |
| HSL | 35.68º | 0.47% | 0.15% | - |
| HSV(B) | 35.68º | 0.64% | 0.23% | - |
| XYZ | 2.74 | 2.68 | 1.08 | - |
| YUV | 44.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 21 | 0 | 0.26 | 0.64 | 0.77 | 35.68 | 0.47 | 0.15 |
| Hex | 3A | 2B | 15 | 0 | 1A | 40 | 4D | 24 | 2F | F |
| Octal | 72 | 53 | 25 | 0 | 32 | 100 | 115 | 44 | 57 | 17 |
| Binary | 111010 | 101011 | 10101 | 0 | 11010 | 1000000 | 1001101 | 100100 | 101111 | 1111 |
Color Harmonies of #3A2B15
Complementary color
Monochromatic Colors of #3A2B15
Black with #3A2B15
Text Example
Text Example
White with #3A2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B15; }
p { color: rgb(58,43,21); }
H1.HeaderClassName
{
color: #3A2B15;
}
.AnyTagClassName
{
color: #3A2B15;
}
</style>
background-color css
<style>
a { background-color: #3A2B15; }
a { background-color: rgb(58,43,21); }
div.DivClassName
{
background-color: #3A2B15;
}
.BgClassName
{
background-color: #3A2B15;
}
</style>
border-color css
<style>
span { border-color: #3A2B15; }
span { border-color: rgb(58,43,21); }
td.TdClassName
{
border-color: #3A2B15;
}
.TagClassName
{
border-color: #3A2B15;
}
</style>