#392C11

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

Shades of Black Magic #392C11

Tints of Black Magic #392C11

Color information

#392C11 (or 0x392C11) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 11. RGB value is (57,44,17). Sum of RGB (Red+Green+Blue) = 57+44+17=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #392C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C11 is #C6D3EE. Grayscale: #2C2C2C. Windows color (decimal): -13030383 or 1125433. OLE color: 1125433.

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

Color convert

RGB574417-
CMYK00.230.700.78
HSL40.5º54.05%14.51%-
HSV(B)40.5º70.18%22.35%-
XYZ2.692.710.91-
YUV44.81112.31136.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=48.31%
G=37.29%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57441700.230.700.7840.554.0514.51
Hex392C11017464E2836f
Octal715421027106116506617
Binary11100110110010001010111100011010011101010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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