#392E1B

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

Shades of Black Magic #392E1B

Tints of Black Magic #392E1B

Color information

#392E1B (or 0x392E1B) is unknown color: approx Black Magic. HEX triplet: 39, 2E and 1B. RGB value is (57,46,27). Sum of RGB (Red+Green+Blue) = 57+46+27=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E1B is #C6D1E4. Grayscale: #2F2F2F. Windows color (decimal): -13029861 or 1781305. OLE color: 1781305.

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

Color convert

RGB574627-
CMYK00.190.530.78
HSL38º35.71%16.47%-
HSV(B)38º52.63%22.35%-
XYZ2.862.91.45-
YUV47.12116.64135.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=43.85%
G=35.38%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57462700.190.530.783835.7116.47
Hex392E1B013354E262410
Octal71563302365116464420
Binary11100110111011011010011110101100111010011010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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