#392A12

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

Shades of Black Magic #392A12

Tints of Black Magic #392A12

Color information

#392A12 (or 0x392A12) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 12. RGB value is (57,42,18). Sum of RGB (Red+Green+Blue) = 57+42+18=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A12 is #C6D5ED. Grayscale: #2B2B2B. Windows color (decimal): -13030894 or 1190457. OLE color: 1190457.

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

Color convert

RGB574218-
CMYK00.260.680.78
HSL36.92º52%14.71%-
HSV(B)36.92º68.42%22.35%-
XYZ2.622.570.93-
YUV43.75113.47137.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=48.72%
G=35.90%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57421800.260.680.7836.925214.71
Hex392A1201A444E2534f
Octal715222032104116456417
Binary11100110101010010011010100010010011101001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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