#392D19

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

Shades of Black Magic #392D19

Tints of Black Magic #392D19

Color information

#392D19 (or 0x392D19) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 19. RGB value is (57,45,25). Sum of RGB (Red+Green+Blue) = 57+45+25=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D19 is #C6D2E6. Grayscale: #2E2E2E. Windows color (decimal): -13030119 or 1649977. OLE color: 1649977.

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

Color convert

RGB574525-
CMYK00.210.560.78
HSL37.5º39.02%16.08%-
HSV(B)37.5º56.14%22.35%-
XYZ2.82.821.32-
YUV46.31115.98135.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=44.88%
G=35.43%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57452500.210.560.7837.539.0216.08
Hex392D19015384E262710
Octal71553102570116464720
Binary11100110110111001010101111000100111010011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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