#392F20

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

Shades of Black Magic #392F20

Tints of Black Magic #392F20

Color information

#392F20 (or 0x392F20) is unknown color: approx Black Magic. HEX triplet: 39, 2F and 20. RGB value is (57,47,32). Sum of RGB (Red+Green+Blue) = 57+47+32=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #392F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F20 is #C6D0DF. Grayscale: #303030. Windows color (decimal): -13029600 or 2109241. OLE color: 2109241.

HSL color Cylindrical-coordinate representation of color #392F20: hue angle of 36º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392F20 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB574732-
CMYK00.180.440.78
HSL36º28.09%17.45%-
HSV(B)36º43.86%22.35%-
XYZ2.963.011.79-
YUV48.28118.81134.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=41.91%
G=34.56%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57473200.180.440.783628.0917.45
Hex392F200122C4E241c11
Octal71574002254116443421
Binary11100110111110000001001010110010011101001001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,47,32); }

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

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

 a { background-color: rgb(57,47,32); }

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

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

 span { border-color: rgb(57,47,32); }

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