#392D1A

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

Shades of Black Magic #392D1A

Tints of Black Magic #392D1A

Color information

#392D1A (or 0x392D1A) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 1A. RGB value is (57,45,26). Sum of RGB (Red+Green+Blue) = 57+45+26=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D1A is #C6D2E5. Grayscale: #2E2E2E. Windows color (decimal): -13030118 or 1715513. OLE color: 1715513.

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

Color convert

RGB574526-
CMYK00.210.540.78
HSL36.77º37.35%16.27%-
HSV(B)36.77º54.39%22.35%-
XYZ2.812.821.37-
YUV46.42116.48135.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=44.53%
G=35.16%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57452600.210.540.7836.7737.3516.27
Hex392D1A015364E252510
Octal71553202566116454520
Binary11100110110111010010101110110100111010010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,26); }

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

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

 a { background-color: rgb(57,45,26); }

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

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

 span { border-color: rgb(57,45,26); }

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