Shades of Black Magic #3E2A08
Tints of Black Magic #3E2A08
RGB
CMYK
RGB Variations
Color information
#3E2A08 (or 0x3E2A08) is known color: Black Magic. HEX triplet: 3E, 2A and 08. RGB value is (62,42,8). Sum of RGB (Red+Green+Blue) = 62+42+8=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2A08 is #C1D5F7. Grayscale: #2C2C2C. Windows color (decimal): -12703224 or 535102. OLE color: 535102.
HSL color Cylindrical-coordinate representation of color #3E2A08: hue angle of 37.78º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E2A08 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 42 | 8 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.76 |
| HSL | 37.78º | 0.77% | 0.14% | - |
| HSV(B) | 37.78º | 0.87% | 0.24% | - |
| XYZ | 2.86 | 2.7 | 0.6 | - |
| YUV | 44.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 8 | 0 | 0.32 | 0.87 | 0.76 | 37.78 | 0.77 | 0.14 |
| Hex | 3E | 2A | 8 | 0 | 20 | 57 | 4C | 26 | 4D | E |
| Octal | 76 | 52 | 10 | 0 | 40 | 127 | 114 | 46 | 115 | 16 |
| Binary | 111110 | 101010 | 1000 | 0 | 100000 | 1010111 | 1001100 | 100110 | 1001101 | 1110 |
Color Harmonies of #3E2A08
Complementary color
Monochromatic Colors of #3E2A08
Black with #3E2A08
Text Example
Text Example
White with #3E2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2A08; }
p { color: rgb(62,42,8); }
H1.HeaderClassName
{
color: #3E2A08;
}
.AnyTagClassName
{
color: #3E2A08;
}
</style>
background-color css
<style>
a { background-color: #3E2A08; }
a { background-color: rgb(62,42,8); }
div.DivClassName
{
background-color: #3E2A08;
}
.BgClassName
{
background-color: #3E2A08;
}
</style>
border-color css
<style>
span { border-color: #3E2A08; }
span { border-color: rgb(62,42,8); }
td.TdClassName
{
border-color: #3E2A08;
}
.TagClassName
{
border-color: #3E2A08;
}
</style>