Shades of Black Magic #3E2900
Tints of Black Magic #3E2900
RGB
CMYK
RGB Variations
Color information
#3E2900 (or 0x3E2900) is known color: Black Magic. HEX triplet: 3E, 29 and 00. RGB value is (62,41,0). Sum of RGB (Red+Green+Blue) = 62+41+0=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2900 is #C1D6FF. Grayscale: #2A2A2A. Windows color (decimal): -12703488 or 10558. OLE color: 10558.
HSL color Cylindrical-coordinate representation of color #3E2900: hue angle of 39.68º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E2900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.76 |
| HSL | 39.68º | 1% | 0.12% | - |
| HSV(B) | 39.68º | 1% | 0.24% | - |
| XYZ | 2.78 | 2.61 | 0.36 | - |
| YUV | 42.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 0 | 0 | 0.34 | 1 | 0.76 | 39.68 | 1 | 0.12 |
| Hex | 3E | 29 | 0 | 0 | 22 | 64 | 4C | 28 | 64 | C |
| Octal | 76 | 51 | 0 | 0 | 42 | 144 | 114 | 50 | 144 | 14 |
| Binary | 111110 | 101001 | 0 | 0 | 100010 | 1100100 | 1001100 | 101000 | 1100100 | 1100 |
Color Harmonies of #3E2900
Complementary color
Monochromatic Colors of #3E2900
Black with #3E2900
Text Example
Text Example
White with #3E2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2900; }
p { color: rgb(62,41,0); }
H1.HeaderClassName
{
color: #3E2900;
}
.AnyTagClassName
{
color: #3E2900;
}
</style>
background-color css
<style>
a { background-color: #3E2900; }
a { background-color: rgb(62,41,0); }
div.DivClassName
{
background-color: #3E2900;
}
.BgClassName
{
background-color: #3E2900;
}
</style>
border-color css
<style>
span { border-color: #3E2900; }
span { border-color: rgb(62,41,0); }
td.TdClassName
{
border-color: #3E2900;
}
.TagClassName
{
border-color: #3E2900;
}
</style>