#392C19

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

Shades of Black Magic #392C19

Tints of Black Magic #392C19

Color information

#392C19 (or 0x392C19) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 19. RGB value is (57,44,25). Sum of RGB (Red+Green+Blue) = 57+44+25=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C19 is #C6D3E6. Grayscale: #2D2D2D. Windows color (decimal): -13030375 or 1649721. OLE color: 1649721.

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

Color convert

RGB574425-
CMYK00.230.560.78
HSL35.62º39.02%16.08%-
HSV(B)35.62º56.14%22.35%-
XYZ2.762.741.3-
YUV45.72116.31136.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=45.24%
G=34.92%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57442500.230.560.7835.6239.0216.08
Hex392C19017384E242710
Octal71543102770116444720
Binary11100110110011001010111111000100111010010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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