#392C0B

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

Shades of Black Magic #392C0B

Tints of Black Magic #392C0B

Color information

#392C0B (or 0x392C0B) is unknown color: approx Black Magic. HEX triplet: 39, 2C and 0B. RGB value is (57,44,11). Sum of RGB (Red+Green+Blue) = 57+44+11=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C0B is #C6D3F4. Grayscale: #2C2C2C. Windows color (decimal): -13030389 or 732217. OLE color: 732217.

HSL color Cylindrical-coordinate representation of color #392C0B: hue angle of 43.04º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392C0B is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB574411-
CMYK00.230.810.78
HSL43.04º67.65%13.33%-
HSV(B)43.04º80.7%22.35%-
XYZ2.652.70.7-
YUV44.12109.31137.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=50.89%
G=39.29%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57441100.230.810.7843.0467.6513.33
Hex392CB017514E2b44d
Octal7154130271211165310415
Binary11100110110010110101111010001100111010101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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