#392C13

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

Shades of Black Magic #392C13

Tints of Black Magic #392C13

Color information

#392C13 (or 0x392C13) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 13. RGB value is (57,44,19). Sum of RGB (Red+Green+Blue) = 57+44+19=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #392C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C13 is #C6D3EC. Grayscale: #2D2D2D. Windows color (decimal): -13030381 or 1256505. OLE color: 1256505.

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

Color convert

RGB574419-
CMYK00.230.670.78
HSL39.47º50%14.9%-
HSV(B)39.47º66.67%22.35%-
XYZ2.712.721-
YUV45.04113.31136.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=47.5%
G=36.67%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57441900.230.670.7839.475014.9
Hex392C13017434E2732f
Octal715423027103116476217
Binary11100110110010011010111100001110011101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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