Shades of Black Magic #3E2B07
Tints of Black Magic #3E2B07
RGB
CMYK
RGB Variations
Color information
#3E2B07 (or 0x3E2B07) is known color: Black Magic. HEX triplet: 3E, 2B and 07. RGB value is (62,43,7). Sum of RGB (Red+Green+Blue) = 62+43+7=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2B07 is #C1D4F8. Grayscale: #2C2C2C. Windows color (decimal): -12702969 or 469822. OLE color: 469822.
HSL color Cylindrical-coordinate representation of color #3E2B07: hue angle of 39.27º 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 #3E2B07 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 7 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.76 |
| HSL | 39.27º | 0.8% | 0.14% | - |
| HSV(B) | 39.27º | 0.89% | 0.24% | - |
| XYZ | 2.89 | 2.77 | 0.58 | - |
| YUV | 44.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 7 | 0 | 0.31 | 0.89 | 0.76 | 39.27 | 0.8 | 0.14 |
| Hex | 3E | 2B | 7 | 0 | 1F | 59 | 4C | 27 | 50 | E |
| Octal | 76 | 53 | 7 | 0 | 37 | 131 | 114 | 47 | 120 | 16 |
| Binary | 111110 | 101011 | 111 | 0 | 11111 | 1011001 | 1001100 | 100111 | 1010000 | 1110 |
Color Harmonies of #3E2B07
Complementary color
Monochromatic Colors of #3E2B07
Black with #3E2B07
Text Example
Text Example
White with #3E2B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B07; }
p { color: rgb(62,43,7); }
H1.HeaderClassName
{
color: #3E2B07;
}
.AnyTagClassName
{
color: #3E2B07;
}
</style>
background-color css
<style>
a { background-color: #3E2B07; }
a { background-color: rgb(62,43,7); }
div.DivClassName
{
background-color: #3E2B07;
}
.BgClassName
{
background-color: #3E2B07;
}
</style>
border-color css
<style>
span { border-color: #3E2B07; }
span { border-color: rgb(62,43,7); }
td.TdClassName
{
border-color: #3E2B07;
}
.TagClassName
{
border-color: #3E2B07;
}
</style>