Shades of Black Magic #3E2A01
Tints of Black Magic #3E2A01
RGB
CMYK
RGB Variations
Color information
#3E2A01 (or 0x3E2A01) is known color: Black Magic. HEX triplet: 3E, 2A and 01. RGB value is (62,42,1). Sum of RGB (Red+Green+Blue) = 62+42+1=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2A01 is #C1D5FE. Grayscale: #2B2B2B. Windows color (decimal): -12703231 or 76350. OLE color: 76350.
HSL color Cylindrical-coordinate representation of color #3E2A01: hue angle of 40.33º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E2A01 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 1 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.76 |
| HSL | 40.33º | 0.97% | 0.12% | - |
| HSV(B) | 40.33º | 0.98% | 0.24% | - |
| XYZ | 2.82 | 2.68 | 0.4 | - |
| YUV | 43.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 1 | 0 | 0.32 | 0.98 | 0.76 | 40.33 | 0.97 | 0.12 |
| Hex | 3E | 2A | 1 | 0 | 20 | 62 | 4C | 28 | 61 | C |
| Octal | 76 | 52 | 1 | 0 | 40 | 142 | 114 | 50 | 141 | 14 |
| Binary | 111110 | 101010 | 1 | 0 | 100000 | 1100010 | 1001100 | 101000 | 1100001 | 1100 |
Color Harmonies of #3E2A01
Complementary color
Monochromatic Colors of #3E2A01
Black with #3E2A01
Text Example
Text Example
White with #3E2A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A01; }
p { color: rgb(62,42,1); }
H1.HeaderClassName
{
color: #3E2A01;
}
.AnyTagClassName
{
color: #3E2A01;
}
</style>
background-color css
<style>
a { background-color: #3E2A01; }
a { background-color: rgb(62,42,1); }
div.DivClassName
{
background-color: #3E2A01;
}
.BgClassName
{
background-color: #3E2A01;
}
</style>
border-color css
<style>
span { border-color: #3E2A01; }
span { border-color: rgb(62,42,1); }
td.TdClassName
{
border-color: #3E2A01;
}
.TagClassName
{
border-color: #3E2A01;
}
</style>