#392E1D

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

Shades of Black Magic #392E1D

Tints of Black Magic #392E1D

Color information

#392E1D (or 0x392E1D) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 1D. RGB value is (57,46,29). Sum of RGB (Red+Green+Blue) = 57+46+29=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E1D is #C6D1E2. Grayscale: #2F2F2F. Windows color (decimal): -13029859 or 1912377. OLE color: 1912377.

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

Color convert

RGB574629-
CMYK00.190.490.78
HSL36.43º32.56%16.86%-
HSV(B)36.43º49.12%22.35%-
XYZ2.892.911.57-
YUV47.35117.64134.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=43.18%
G=34.85%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57462900.190.490.7836.4332.5616.86
Hex392E1D013314E242111
Octal71563502361116444121
Binary11100110111011101010011110001100111010010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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