#392D0D

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

Shades of Black Magic #392D0D

Tints of Black Magic #392D0D

Color information

#392D0D (or 0x392D0D) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 0D. RGB value is (57,45,13). Sum of RGB (Red+Green+Blue) = 57+45+13=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D0D is #C6D2F2. Grayscale: #2D2D2D. Windows color (decimal): -13030131 or 863545. OLE color: 863545.

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

Color convert

RGB574513-
CMYK00.210.770.78
HSL43.64º62.86%13.73%-
HSV(B)43.64º77.19%22.35%-
XYZ2.72.780.77-
YUV44.94109.98136.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=49.57%
G=39.13%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57451300.210.770.7843.6462.8613.73
Hex392DD0154D4E2c3fe
Octal715515025115116547716
Binary1110011011011101010101100110110011101011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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