Shades of Black Magic #3E2A07
Tints of Black Magic #3E2A07
RGB
CMYK
RGB Variations
Color information
#3E2A07 (or 0x3E2A07) is known color: Black Magic. HEX triplet: 3E, 2A and 07. RGB value is (62,42,7). Sum of RGB (Red+Green+Blue) = 62+42+7=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2A07 is #C1D5F8. Grayscale: #2C2C2C. Windows color (decimal): -12703225 or 469566. OLE color: 469566.
HSL color Cylindrical-coordinate representation of color #3E2A07: hue angle of 38.18º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E2A07 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 7 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.76 |
| HSL | 38.18º | 0.8% | 0.14% | - |
| HSV(B) | 38.18º | 0.89% | 0.24% | - |
| XYZ | 2.85 | 2.7 | 0.57 | - |
| YUV | 43.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 7 | 0 | 0.32 | 0.89 | 0.76 | 38.18 | 0.8 | 0.14 |
| Hex | 3E | 2A | 7 | 0 | 20 | 59 | 4C | 26 | 50 | E |
| Octal | 76 | 52 | 7 | 0 | 40 | 131 | 114 | 46 | 120 | 16 |
| Binary | 111110 | 101010 | 111 | 0 | 100000 | 1011001 | 1001100 | 100110 | 1010000 | 1110 |
Color Harmonies of #3E2A07
Complementary color
Monochromatic Colors of #3E2A07
Black with #3E2A07
Text Example
Text Example
White with #3E2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A07; }
p { color: rgb(62,42,7); }
H1.HeaderClassName
{
color: #3E2A07;
}
.AnyTagClassName
{
color: #3E2A07;
}
</style>
background-color css
<style>
a { background-color: #3E2A07; }
a { background-color: rgb(62,42,7); }
div.DivClassName
{
background-color: #3E2A07;
}
.BgClassName
{
background-color: #3E2A07;
}
</style>
border-color css
<style>
span { border-color: #3E2A07; }
span { border-color: rgb(62,42,7); }
td.TdClassName
{
border-color: #3E2A07;
}
.TagClassName
{
border-color: #3E2A07;
}
</style>