#392D17

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

Shades of Black Magic #392D17

Tints of Black Magic #392D17

Color information

#392D17 (or 0x392D17) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 17. RGB value is (57,45,23). Sum of RGB (Red+Green+Blue) = 57+45+23=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #392D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D17 is #C6D2E8. Grayscale: #2E2E2E. Windows color (decimal): -13030121 or 1518905. OLE color: 1518905.

HSL color Cylindrical-coordinate representation of color #392D17: hue angle of 38.82º 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 #392D17 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB574523-
CMYK00.210.600.78
HSL38.82º42.5%15.69%-
HSV(B)38.82º59.65%22.35%-
XYZ2.782.811.21-
YUV46.08114.98135.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=45.6%
G=36%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57452300.210.600.7838.8242.515.69
Hex392D170153C4E272a10
Octal71552702574116475220
Binary11100110110110111010101111100100111010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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