#392C17

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

Shades of Black Magic #392C17

Tints of Black Magic #392C17

Color information

#392C17 (or 0x392C17) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 17. RGB value is (57,44,23). Sum of RGB (Red+Green+Blue) = 57+44+23=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C17 is #C6D3E8. Grayscale: #2D2D2D. Windows color (decimal): -13030377 or 1518649. OLE color: 1518649.

HSL color Cylindrical-coordinate representation of color #392C17: hue angle of 37.06º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392C17 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB574423-
CMYK00.230.600.78
HSL37.06º42.5%15.69%-
HSV(B)37.06º59.65%22.35%-
XYZ2.742.731.19-
YUV45.49115.31136.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=45.97%
G=35.48%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57442300.230.600.7837.0642.515.69
Hex392C170173C4E252a10
Octal71542702774116455220
Binary11100110110010111010111111100100111010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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