#392D10

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

Shades of Black Magic #392D10

Tints of Black Magic #392D10

Color information

#392D10 (or 0x392D10) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 10. RGB value is (57,45,16). Sum of RGB (Red+Green+Blue) = 57+45+16=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #392D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D10 is #C6D2EF. Grayscale: #2D2D2D. Windows color (decimal): -13030128 or 1060153. OLE color: 1060153.

HSL color Cylindrical-coordinate representation of color #392D10: hue angle of 42.44º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392D10 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB574516-
CMYK00.210.720.78
HSL42.44º56.16%14.31%-
HSV(B)42.44º71.93%22.35%-
XYZ2.722.780.88-
YUV45.28111.48136.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 45 (17.97% from 255) = 38.14%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=48.31%
G=38.14%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57451600.210.720.7842.4456.1614.31
Hex392D10015484E2a38e
Octal715520025110116527016
Binary11100110110110000010101100100010011101010101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,16); }

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

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

 a { background-color: rgb(57,45,16); }

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

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

 span { border-color: rgb(57,45,16); }

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