#392E1C

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

Shades of Black Magic #392E1C

Tints of Black Magic #392E1C

Color information

#392E1C (or 0x392E1C) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 1C. RGB value is (57,46,28). Sum of RGB (Red+Green+Blue) = 57+46+28=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #392E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E1C is #C6D1E3. Grayscale: #2F2F2F. Windows color (decimal): -13029860 or 1846841. OLE color: 1846841.

HSL color Cylindrical-coordinate representation of color #392E1C: hue angle of 37.24º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392E1C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB574628-
CMYK00.190.510.78
HSL37.24º34.12%16.67%-
HSV(B)37.24º50.88%22.35%-
XYZ2.872.911.51-
YUV47.24117.14134.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=43.51%
G=35.11%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57462800.190.510.7837.2434.1216.67
Hex392E1C013334E252211
Octal71563402363116454221
Binary11100110111011100010011110011100111010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E1C; }

 p { color: rgb(57,46,28); }

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

<style>
 a { background-color: #392E1C; }

 a { background-color: rgb(57,46,28); }

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

<style>
 span { border-color: #392E1C; }

 span { border-color: rgb(57,46,28); }

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