#393040

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

Shades of Jagger #393040

Tints of Jagger #393040

Color information

#393040 (or 0x393040) is unknown color: approx Jagger. HEX triplet: 39, 30 and 40. RGB value is (57,48,64). Sum of RGB (Red+Green+Blue) = 57+48+64=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #393040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393040 is #C6CFBF. Grayscale: #343434. Windows color (decimal): -13029312 or 4206649. OLE color: 4206649.

HSL color Cylindrical-coordinate representation of color #393040: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #393040 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB574864-
CMYK0.110.2500.75
HSL273.75º14.29%21.96%-
HSV(B)273.75º25%25.1%-
XYZ3.673.355.3-
YUV52.51134.48131.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=33.73%
G=28.40%
B=37.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5748640.110.2500.75273.7514.2921.96
Hex393040B1904B112e16
Octal7160100133101134221626
Binary111001110000100000010111100101001011100010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393040; }

 p { color: rgb(57,48,64); }

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

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

 a { background-color: rgb(57,48,64); }

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

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

 span { border-color: rgb(57,48,64); }

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