#392702

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

Shades of Black Magic #392702

Tints of Black Magic #392702

Color information

#392702 (or 0x392702) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 02. RGB value is (57,39,2). Sum of RGB (Red+Green+Blue) = 57+39+2=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #392702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392702 is #C6D8FD. Grayscale: #282828. Windows color (decimal): -13031678 or 141113. OLE color: 141113.

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

Color convert

RGB57392-
CMYK00.320.960.78
HSL40.36º93.22%11.57%-
HSV(B)40.36º96.49%22.35%-
XYZ2.422.330.38-
YUV40.16106.46140.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=58.16%
G=39.80%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739200.320.960.7840.3693.2211.57
Hex39272020604E285dc
Octal714720401401165013514
Binary1110011001111001000001100000100111010100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392702; }

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

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

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

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

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

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

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

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