#3E2904

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

Shades of Black Magic #3E2904

Tints of Black Magic #3E2904

Color information

#3E2904 (or 0x3E2904) is unknown color: approx Black Magic. HEX triplet: 3E, 29 and 04. RGB value is (62,41,4). Sum of RGB (Red+Green+Blue) = 62+41+4=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2904 is #C1D6FB. Grayscale: #2B2B2B. Windows color (decimal): -12703484 or 272702. OLE color: 272702.

HSL color Cylindrical-coordinate representation of color #3E2904: hue angle of 38.28º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E2904 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.76.

Color convert

RGB62414-
CMYK00.340.940.76
HSL38.28º87.88%12.94%-
HSV(B)38.28º93.55%24.31%-
XYZ2.82.620.47-
YUV43.06105.96141.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 57.94%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=57.94%
G=38.32%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6241400.340.940.7638.2887.8812.94
Hex3E2940225E4C2658d
Octal765140421361144613015
Binary11111010100110001000101011110100110010011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,4); }

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

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

 a { background-color: rgb(62,41,4); }

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

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

 span { border-color: rgb(62,41,4); }

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