#392F40

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

Shades of Jagger #392F40

Tints of Jagger #392F40

Color information

#392F40 (or 0x392F40) is unknown color: approx Jagger. HEX triplet: 39, 2F and 40. RGB value is (57,47,64). Sum of RGB (Red+Green+Blue) = 57+47+64=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #392F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F40 is #C6D0BF. Grayscale: #333333. Windows color (decimal): -13029568 or 4206393. OLE color: 4206393.

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

Color convert

RGB574764-
CMYK0.110.2700.75
HSL275.29º15.32%21.76%-
HSV(B)275.29º26.56%25.1%-
XYZ3.633.275.29-
YUV51.93134.81131.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=33.93%
G=27.98%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5747640.110.2700.75275.2915.3221.76
Hex392F40B1B04B113f16
Octal7157100133301134231726
Binary111001101111100000010111101101001011100010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F40; }

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

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

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

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

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

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

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

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