#392704

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

Shades of Black Magic #392704

Tints of Black Magic #392704

Color information

#392704 (or 0x392704) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 04. RGB value is (57,39,4). Sum of RGB (Red+Green+Blue) = 57+39+4=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #392704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392704 is #C6D8FB. Grayscale: #282828. Windows color (decimal): -13031676 or 272185. OLE color: 272185.

HSL color Cylindrical-coordinate representation of color #392704: hue angle of 39.62º 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 #392704 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57394-
CMYK00.320.930.78
HSL39.62º86.89%11.96%-
HSV(B)39.62º92.98%22.35%-
XYZ2.432.330.44-
YUV40.39107.46139.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 4 (1.95% from 255) = 4%
R=57%
G=39%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739400.320.930.7839.6286.8911.96
Hex392740205D4E2857c
Octal714740401351165012714
Binary11100110011110001000001011101100111010100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392704; }

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

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

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

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

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

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

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

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