#392806

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

Shades of Black Magic #392806

Tints of Black Magic #392806

Color information

#392806 (or 0x392806) is unknown color: approx Black Magic. HEX triplet: 39, 28 and 06. RGB value is (57,40,6). Sum of RGB (Red+Green+Blue) = 57+40+6=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #392806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392806 is #C6D7F9. Grayscale: #292929. Windows color (decimal): -13031418 or 403513. OLE color: 403513.

HSL color Cylindrical-coordinate representation of color #392806: hue angle of 40º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #392806 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB57406-
CMYK00.300.890.78
HSL40º80.95%12.35%-
HSV(B)40º89.47%22.35%-
XYZ2.482.40.5-
YUV41.21108.13139.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=55.34%
G=38.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5740600.300.890.784080.9512.35
Hex3928601E594E2851c
Octal715060361311165012114
Binary1110011010001100111101011001100111010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392806; }

 p { color: rgb(57,40,6); }

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

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

 a { background-color: rgb(57,40,6); }

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

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

 span { border-color: rgb(57,40,6); }

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