#392E17

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

Shades of Black Magic #392E17

Tints of Black Magic #392E17

Color information

#392E17 (or 0x392E17) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 17. RGB value is (57,46,23). Sum of RGB (Red+Green+Blue) = 57+46+23=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E17 is #C6D1E8. Grayscale: #2E2E2E. Windows color (decimal): -13029865 or 1519161. OLE color: 1519161.

HSL color Cylindrical-coordinate representation of color #392E17: hue angle of 40.59º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392E17 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB574623-
CMYK00.190.600.78
HSL40.59º42.5%15.69%-
HSV(B)40.59º59.65%22.35%-
XYZ2.822.891.22-
YUV46.67114.64135.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=45.24%
G=36.51%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57462300.190.600.7840.5942.515.69
Hex392E170133C4E292a10
Octal71562702374116515220
Binary11100110111010111010011111100100111010100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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