#3E2A09

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

Shades of Black Magic #3E2A09

Tints of Black Magic #3E2A09

Color information

#3E2A09 (or 0x3E2A09) is unknown color: approx Black Magic. HEX triplet: 3E, 2A and 09. RGB value is (62,42,9). Sum of RGB (Red+Green+Blue) = 62+42+9=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2A09 is #C1D5F6. Grayscale: #2C2C2C. Windows color (decimal): -12703223 or 600638. OLE color: 600638.

HSL color Cylindrical-coordinate representation of color #3E2A09: hue angle of 37.36º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E2A09 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB62429-
CMYK00.320.850.76
HSL37.36º74.65%13.92%-
HSV(B)37.36º85.48%24.31%-
XYZ2.862.70.63-
YUV44.22108.13140.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=54.87%
G=37.17%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6242900.320.850.7637.3674.6513.92
Hex3E2A9020554C254be
Octal7652110401251144511316
Binary111110101010100101000001010101100110010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,42,9); }

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

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

 a { background-color: rgb(62,42,9); }

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

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

 span { border-color: rgb(62,42,9); }

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