#3E2B09

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

Shades of Black Magic #3E2B09

Tints of Black Magic #3E2B09

Color information

#3E2B09 (or 0x3E2B09) is unknown color: approx Black Magic. HEX triplet: 3E, 2B and 09. RGB value is (62,43,9). Sum of RGB (Red+Green+Blue) = 62+43+9=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2B09 is #C1D4F6. Grayscale: #2C2C2C. Windows color (decimal): -12702967 or 600894. OLE color: 600894.

HSL color Cylindrical-coordinate representation of color #3E2B09: hue angle of 38.49º 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 #3E2B09 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB62439-
CMYK00.310.850.76
HSL38.49º74.65%13.92%-
HSV(B)38.49º85.48%24.31%-
XYZ2.92.770.64-
YUV44.8107.79140.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.39%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=54.39%
G=37.72%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6243900.310.850.7638.4974.6513.92
Hex3E2B901F554C264be
Octal7653110371251144611316
Binary11111010101110010111111010101100110010011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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