#392E1F

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

Shades of Black Magic #392E1F

Tints of Black Magic #392E1F

Color information

#392E1F (or 0x392E1F) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 1F. RGB value is (57,46,31). Sum of RGB (Red+Green+Blue) = 57+46+31=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E1F is #C6D1E0. Grayscale: #2F2F2F. Windows color (decimal): -13029857 or 2043449. OLE color: 2043449.

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

Color convert

RGB574631-
CMYK00.190.460.78
HSL34.62º29.55%17.25%-
HSV(B)34.62º45.61%22.35%-
XYZ2.912.921.71-
YUV47.58118.64134.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=42.54%
G=34.33%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57463100.190.460.7834.6229.5517.25
Hex392E1F0132E4E231e11
Octal71563702356116433621
Binary1110011011101111101001110111010011101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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