#392E18

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

Shades of Black Magic #392E18

Tints of Black Magic #392E18

Color information

#392E18 (or 0x392E18) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 18. RGB value is (57,46,24). Sum of RGB (Red+Green+Blue) = 57+46+24=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E18 is #C6D1E7. Grayscale: #2E2E2E. Windows color (decimal): -13029864 or 1584697. OLE color: 1584697.

HSL color Cylindrical-coordinate representation of color #392E18: hue angle of 40º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392E18 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB574624-
CMYK00.190.580.78
HSL40º40.74%15.88%-
HSV(B)40º57.89%22.35%-
XYZ2.832.891.27-
YUV46.78115.14135.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=44.88%
G=36.22%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57462400.190.580.784040.7415.88
Hex392E180133A4E282910
Octal71563002372116505120
Binary11100110111011000010011111010100111010100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,46,24); }

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

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

 a { background-color: rgb(57,46,24); }

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

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

 span { border-color: rgb(57,46,24); }

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