#393041

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

Shades of Jagger #393041

Tints of Jagger #393041

Color information

#393041 (or 0x393041) is unknown color: approx Jagger. HEX triplet: 39, 30 and 41. RGB value is (57,48,65). Sum of RGB (Red+Green+Blue) = 57+48+65=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #393041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393041 is #C6CFBE. Grayscale: #343434. Windows color (decimal): -13029311 or 4272185. OLE color: 4272185.

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

Color convert

RGB574865-
CMYK0.120.2600.75
HSL271.76º15.04%22.16%-
HSV(B)271.76º26.15%25.49%-
XYZ3.73.375.46-
YUV52.63134.98131.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=33.53%
G=28.24%
B=38.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5748650.120.2600.75271.7615.0422.16
Hex393041C1A04B110f16
Octal7160101143201134201726
Binary111001110000100000111001101001001011100010000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393041; }

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

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

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

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

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

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

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

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