#392D0F

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

Shades of Black Magic #392D0F

Tints of Black Magic #392D0F

Color information

#392D0F (or 0x392D0F) is unknown color: approx Black Magic. HEX triplet: 39, 2D and 0F. RGB value is (57,45,15). Sum of RGB (Red+Green+Blue) = 57+45+15=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D0F is #C6D2F0. Grayscale: #2D2D2D. Windows color (decimal): -13030129 or 994617. OLE color: 994617.

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

Color convert

RGB574515-
CMYK00.210.740.78
HSL42.86º58.33%14.12%-
HSV(B)42.86º73.68%22.35%-
XYZ2.712.780.85-
YUV45.17110.98136.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=48.72%
G=38.46%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57451500.210.740.7842.8658.3314.12
Hex392DF0154A4E2b3ae
Octal715517025112116537216
Binary1110011011011111010101100101010011101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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