#392D13

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

Shades of Black Magic #392D13

Tints of Black Magic #392D13

Color information

#392D13 (or 0x392D13) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 13. RGB value is (57,45,19). Sum of RGB (Red+Green+Blue) = 57+45+19=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #392D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D13 is #C6D2EC. Grayscale: #2D2D2D. Windows color (decimal): -13030125 or 1256761. OLE color: 1256761.

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

Color convert

RGB574519-
CMYK00.210.670.78
HSL41.05º50%14.9%-
HSV(B)41.05º66.67%22.35%-
XYZ2.742.791.01-
YUV45.62112.98136.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=47.11%
G=37.19%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57451900.210.670.7841.055014.9
Hex392D13015434E2932f
Octal715523025103116516217
Binary11100110110110011010101100001110011101010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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