#392913

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

Shades of Black Magic #392913

Tints of Black Magic #392913

Color information

#392913 (or 0x392913) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 13. RGB value is (57,41,19). Sum of RGB (Red+Green+Blue) = 57+41+19=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392913 is #C6D6EC. Grayscale: #2B2B2B. Windows color (decimal): -13031149 or 1255737. OLE color: 1255737.

HSL color Cylindrical-coordinate representation of color #392913: hue angle of 34.74º 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 #392913 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB574119-
CMYK00.280.670.78
HSL34.74º50%14.9%-
HSV(B)34.74º66.67%22.35%-
XYZ2.62.50.96-
YUV43.28114.3137.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=48.72%
G=35.04%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57411900.280.670.7834.745014.9
Hex39291301C434E2332f
Octal715123034103116436217
Binary11100110100110011011100100001110011101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392913; }

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

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

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

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

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

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

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

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