#392602

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

Shades of Black Magic #392602

Tints of Black Magic #392602

Color information

#392602 (or 0x392602) is unknown color: approx Black Magic. HEX triplet: 39, 26 and 02. RGB value is (57,38,2). Sum of RGB (Red+Green+Blue) = 57+38+2=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392602 is #C6D9FD. Grayscale: #272727. Windows color (decimal): -13031934 or 140857. OLE color: 140857.

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

Color convert

RGB57382-
CMYK00.330.960.78
HSL39.27º93.22%11.57%-
HSV(B)39.27º96.49%22.35%-
XYZ2.392.260.37-
YUV39.58106.79140.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=58.76%
G=39.18%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5738200.330.960.7839.2793.2211.57
Hex39262021604E275dc
Octal714620411401164713514
Binary1110011001101001000011100000100111010011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392602; }

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

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

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

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

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

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

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

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