#392E1E

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

Shades of Black Magic #392E1E

Tints of Black Magic #392E1E

Color information

#392E1E (or 0x392E1E) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 1E. RGB value is (57,46,30). Sum of RGB (Red+Green+Blue) = 57+46+30=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E1E is #C6D1E1. Grayscale: #2F2F2F. Windows color (decimal): -13029858 or 1977913. OLE color: 1977913.

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

Color convert

RGB574630-
CMYK00.190.470.78
HSL35.56º31.03%17.06%-
HSV(B)35.56º47.37%22.35%-
XYZ2.92.921.64-
YUV47.46118.14134.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=42.86%
G=34.59%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57463000.190.470.7835.5631.0317.06
Hex392E1E0132F4E241f11
Octal71563602357116443721
Binary1110011011101111001001110111110011101001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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