#3E2D14

Color #3E2D14 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #3E2D14

Tints of Black Magic #3E2D14

Color information

#3E2D14 (or 0x3E2D14) is unknown color: approx Black Magic. HEX triplet: 3E, 2D and 14. RGB value is (62,45,20). Sum of RGB (Red+Green+Blue) = 62+45+20=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2D14 is #C1D2EB. Grayscale: #2F2F2F. Windows color (decimal): -12702444 or 1322302. OLE color: 1322302.

HSL color Cylindrical-coordinate representation of color #3E2D14: hue angle of 35.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2D14 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB624520-
CMYK00.270.680.76
HSL35.71º51.22%16.08%-
HSV(B)35.71º67.74%24.31%-
XYZ3.052.951.07-
YUV47.23112.63138.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 48.82%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=48.82%
G=35.43%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62452000.270.680.7635.7151.2216.08
Hex3E2D1401B444C243310
Octal765524033104114446320
Binary111110101101101000110111000100100110010010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2D14; }

 p { color: rgb(62,45,20); }

 H1.HeaderClassName
 {
   color: #3E2D14;
 }
 .AnyTagClassName
 {
   color: #3E2D14;
 }
</style>
background-color css

<style>
 a { background-color: #3E2D14; }

 a { background-color: rgb(62,45,20); }

 div.DivClassName
 {
   background-color: #3E2D14;
 }
 .BgClassName
 {
   background-color: #3E2D14;
 }
</style>
border-color css

<style>
 span { border-color: #3E2D14; }

 span { border-color: rgb(62,45,20); }

 td.TdClassName
 {
   border-color: #3E2D14;
 }
 .TagClassName
 {
   border-color: #3E2D14;
 }
</style>