#392C1B

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

Shades of Black Magic #392C1B

Tints of Black Magic #392C1B

Color information

#392C1B (or 0x392C1B) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 1B. RGB value is (57,44,27). Sum of RGB (Red+Green+Blue) = 57+44+27=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C1B is #C6D3E4. Grayscale: #2E2E2E. Windows color (decimal): -13030373 or 1780793. OLE color: 1780793.

HSL color Cylindrical-coordinate representation of color #392C1B: hue angle of 34º 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 #392C1B is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB574427-
CMYK00.230.530.78
HSL34º35.71%16.47%-
HSV(B)34º52.63%22.35%-
XYZ2.792.751.42-
YUV45.95117.31135.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=44.53%
G=34.38%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57442700.230.530.783435.7116.47
Hex392C1B017354E222410
Octal71543302765116424420
Binary11100110110011011010111110101100111010001010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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