#392B10

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

Shades of Black Magic #392B10

Tints of Black Magic #392B10

Color information

#392B10 (or 0x392B10) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 10. RGB value is (57,43,16). Sum of RGB (Red+Green+Blue) = 57+43+16=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B10 is #C6D4EF. Grayscale: #2C2C2C. Windows color (decimal): -13030640 or 1059641. OLE color: 1059641.

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

Color convert

RGB574316-
CMYK00.250.720.78
HSL39.51º56.16%14.31%-
HSV(B)39.51º71.93%22.35%-
XYZ2.642.640.86-
YUV44.11112.14137.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=49.14%
G=37.07%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57431600.250.720.7839.5156.1614.31
Hex392B10019484E2838e
Octal715320031110116507016
Binary11100110101110000011001100100010011101010001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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