#392C10

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

Shades of Black Magic #392C10

Tints of Black Magic #392C10

Color information

#392C10 (or 0x392C10) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 10. RGB value is (57,44,16). Sum of RGB (Red+Green+Blue) = 57+44+16=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C10 is #C6D3EF. Grayscale: #2C2C2C. Windows color (decimal): -13030384 or 1059897. OLE color: 1059897.

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

Color convert

RGB574416-
CMYK00.230.720.78
HSL40.98º56.16%14.31%-
HSV(B)40.98º71.93%22.35%-
XYZ2.682.710.87-
YUV44.69111.81136.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=48.72%
G=37.61%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57441600.230.720.7840.9856.1614.31
Hex392C10017484E2938e
Octal715420027110116517016
Binary11100110110010000010111100100010011101010011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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