#392A0B

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

Shades of Black Magic #392A0B

Tints of Black Magic #392A0B

Color information

#392A0B (or 0x392A0B) is unknown color: approx Black Magic. HEX triplet: 39, 2A and 0B. RGB value is (57,42,11). Sum of RGB (Red+Green+Blue) = 57+42+11=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A0B is #C6D5F4. Grayscale: #2B2B2B. Windows color (decimal): -13030901 or 731705. OLE color: 731705.

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

Color convert

RGB574211-
CMYK00.260.810.78
HSL40.43º67.65%13.33%-
HSV(B)40.43º80.7%22.35%-
XYZ2.582.550.67-
YUV42.95109.97138.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 11 (4.69% from 255) = 10%
R=51.82%
G=38.18%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57421100.260.810.7840.4367.6513.33
Hex392AB01A514E2844d
Octal7152130321211165010415
Binary11100110101010110110101010001100111010100010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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