#392C0D

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

Shades of Black Magic #392C0D

Tints of Black Magic #392C0D

Color information

#392C0D (or 0x392C0D) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 0D. RGB value is (57,44,13). Sum of RGB (Red+Green+Blue) = 57+44+13=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C0D is #C6D3F2. Grayscale: #2C2C2C. Windows color (decimal): -13030387 or 863289. OLE color: 863289.

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

Color convert

RGB574413-
CMYK00.230.770.78
HSL42.27º62.86%13.73%-
HSV(B)42.27º77.19%22.35%-
XYZ2.662.70.76-
YUV44.35110.31137.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=50%
G=38.60%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57441300.230.770.7842.2762.8613.73
Hex392CD0174D4E2a3fe
Octal715415027115116527716
Binary1110011011001101010111100110110011101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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