Shades of Black Magic #3E2B03
Tints of Black Magic #3E2B03
RGB
CMYK
RGB Variations
Color information
#3E2B03 (or 0x3E2B03) is known color: Black Magic. HEX triplet: 3E, 2B and 03. RGB value is (62,43,3). Sum of RGB (Red+Green+Blue) = 62+43+3=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2B03 is #C1D4FC. Grayscale: #2C2C2C. Windows color (decimal): -12702973 or 207678. OLE color: 207678.
HSL color Cylindrical-coordinate representation of color #3E2B03: hue angle of 40.68º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E2B03 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 3 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.76 |
| HSL | 40.68º | 0.91% | 0.13% | - |
| HSV(B) | 40.68º | 0.95% | 0.24% | - |
| XYZ | 2.87 | 2.76 | 0.47 | - |
| YUV | 44.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 3 | 0 | 0.31 | 0.95 | 0.76 | 40.68 | 0.91 | 0.13 |
| Hex | 3E | 2B | 3 | 0 | 1F | 5F | 4C | 29 | 5B | D |
| Octal | 76 | 53 | 3 | 0 | 37 | 137 | 114 | 51 | 133 | 15 |
| Binary | 111110 | 101011 | 11 | 0 | 11111 | 1011111 | 1001100 | 101001 | 1011011 | 1101 |
Color Harmonies of #3E2B03
Complementary color
Monochromatic Colors of #3E2B03
Black with #3E2B03
Text Example
Text Example
White with #3E2B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B03; }
p { color: rgb(62,43,3); }
H1.HeaderClassName
{
color: #3E2B03;
}
.AnyTagClassName
{
color: #3E2B03;
}
</style>
background-color css
<style>
a { background-color: #3E2B03; }
a { background-color: rgb(62,43,3); }
div.DivClassName
{
background-color: #3E2B03;
}
.BgClassName
{
background-color: #3E2B03;
}
</style>
border-color css
<style>
span { border-color: #3E2B03; }
span { border-color: rgb(62,43,3); }
td.TdClassName
{
border-color: #3E2B03;
}
.TagClassName
{
border-color: #3E2B03;
}
</style>