#392604

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

Shades of Black Magic #392604

Tints of Black Magic #392604

Color information

#392604 (or 0x392604) is unknown color: approx Black Magic. HEX triplet: 39, 26 and 04. RGB value is (57,38,4). Sum of RGB (Red+Green+Blue) = 57+38+4=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #392604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392604 is #C6D9FB. Grayscale: #272727. Windows color (decimal): -13031932 or 271929. OLE color: 271929.

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

Color convert

RGB57384-
CMYK00.330.930.78
HSL38.49º86.89%11.96%-
HSV(B)38.49º92.98%22.35%-
XYZ2.42.260.43-
YUV39.8107.79140.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=57.58%
G=38.38%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5738400.330.930.7838.4986.8911.96
Hex392640215D4E2657c
Octal714640411351164612714
Binary11100110011010001000011011101100111010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392604; }

 p { color: rgb(57,38,4); }

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

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

 a { background-color: rgb(57,38,4); }

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

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

 span { border-color: rgb(57,38,4); }

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