#392B12

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

Shades of Black Magic #392B12

Tints of Black Magic #392B12

Color information

#392B12 (or 0x392B12) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 12. RGB value is (57,43,18). Sum of RGB (Red+Green+Blue) = 57+43+18=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #392B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B12 is #C6D4ED. Grayscale: #2C2C2C. Windows color (decimal): -13030638 or 1190713. OLE color: 1190713.

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

Color convert

RGB574318-
CMYK00.250.680.78
HSL38.46º52%14.71%-
HSV(B)38.46º68.42%22.35%-
XYZ2.662.640.94-
YUV44.34113.14137.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=48.31%
G=36.44%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57431800.250.680.7838.465214.71
Hex392B12019444E2634f
Octal715322031104116466417
Binary11100110101110010011001100010010011101001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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