#392C16

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

Shades of Black Magic #392C16

Tints of Black Magic #392C16

Color information

#392C16 (or 0x392C16) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 16. RGB value is (57,44,22). Sum of RGB (Red+Green+Blue) = 57+44+22=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C16 is #C6D3E9. Grayscale: #2D2D2D. Windows color (decimal): -13030378 or 1453113. OLE color: 1453113.

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

Color convert

RGB574422-
CMYK00.230.610.78
HSL37.71º44.3%15.49%-
HSV(B)37.71º61.4%22.35%-
XYZ2.732.731.14-
YUV45.38114.81136.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=46.34%
G=35.77%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57442200.230.610.7837.7144.315.49
Hex392C160173D4E262cf
Octal71542602775116465417
Binary1110011011001011001011111110110011101001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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