#392807

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

Shades of Black Magic #392807

Tints of Black Magic #392807

Color information

#392807 (or 0x392807) is unknown color: approx Black Magic. HEX triplet: 39, 28 and 07. RGB value is (57,40,7). Sum of RGB (Red+Green+Blue) = 57+40+7=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #392807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392807 is #C6D7F8. Grayscale: #292929. Windows color (decimal): -13031417 or 469049. OLE color: 469049.

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

Color convert

RGB57407-
CMYK00.300.880.78
HSL39.6º78.12%12.55%-
HSV(B)39.6º87.72%22.35%-
XYZ2.482.40.53-
YUV41.32108.63139.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=54.81%
G=38.46%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5740700.300.880.7839.678.1212.55
Hex3928701E584E284ed
Octal715070361301165011615
Binary1110011010001110111101011000100111010100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392807; }

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

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

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

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

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

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

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

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