#392B0D

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

Shades of Black Magic #392B0D

Tints of Black Magic #392B0D

Color information

#392B0D (or 0x392B0D) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 0D. RGB value is (57,43,13). Sum of RGB (Red+Green+Blue) = 57+43+13=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #392B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B0D is #C6D4F2. Grayscale: #2B2B2B. Windows color (decimal): -13030643 or 863033. OLE color: 863033.

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

Color convert

RGB574313-
CMYK00.250.770.78
HSL40.91º62.86%13.73%-
HSV(B)40.91º77.19%22.35%-
XYZ2.622.630.75-
YUV43.77110.64137.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=50.44%
G=38.05%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57431300.250.770.7840.9162.8613.73
Hex392BD0194D4E293fe
Octal715315031115116517716
Binary1110011010111101011001100110110011101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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