#392A10

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

Shades of Black Magic #392A10

Tints of Black Magic #392A10

Color information

#392A10 (or 0x392A10) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 10. RGB value is (57,42,16). Sum of RGB (Red+Green+Blue) = 57+42+16=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A10 is #C6D5EF. Grayscale: #2B2B2B. Windows color (decimal): -13030896 or 1059385. OLE color: 1059385.

HSL color Cylindrical-coordinate representation of color #392A10: hue angle of 38.05º 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 #392A10 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB574216-
CMYK00.260.720.78
HSL38.05º56.16%14.31%-
HSV(B)38.05º71.93%22.35%-
XYZ2.612.560.85-
YUV43.52112.47137.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=49.57%
G=36.52%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57421600.260.720.7838.0556.1614.31
Hex392A1001A484E2638e
Octal715220032110116467016
Binary11100110101010000011010100100010011101001101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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