#392749

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

Shades of Jagger #392749

Tints of Jagger #392749

Color information

#392749 (or 0x392749) is unknown color: approx Jagger. HEX triplet: 39, 27 and 49. RGB value is (57,39,73). Sum of RGB (Red+Green+Blue) = 57+39+73=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #392749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392749 is #C6D8B6. Grayscale: #303030. Windows color (decimal): -13031607 or 4794169. OLE color: 4794169.

HSL color Cylindrical-coordinate representation of color #392749: hue angle of 271.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #392749 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB573973-
CMYK0.220.4700.71
HSL271.76º30.36%21.96%-
HSV(B)271.76º46.58%28.63%-
XYZ3.622.86.65-
YUV48.26141.96134.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=33.73%
G=23.08%
B=43.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5739730.220.4700.71271.7630.3621.96
Hex392749162F0471101e16
Octal7147111265701074203626
Binary111001100111100100110110101111010001111000100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392749; }

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

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

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

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

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

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

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

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