#392D45

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

Shades of Jagger #392D45

Tints of Jagger #392D45

Color information

#392D45 (or 0x392D45) is unknown color: approx Jagger. HEX triplet: 39, 2D and 45. RGB value is (57,45,69). Sum of RGB (Red+Green+Blue) = 57+45+69=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #392D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D45 is #C6D2BA. Grayscale: #333333. Windows color (decimal): -13030075 or 4533561. OLE color: 4533561.

HSL color Cylindrical-coordinate representation of color #392D45: hue angle of 270º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #392D45 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB574569-
CMYK0.170.3500.73
HSL270º21.05%22.35%-
HSV(B)270º34.78%27.06%-
XYZ3.73.186.05-
YUV51.32137.98132.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 69 (27.34% from 255) = 40.35%
R=33.33%
G=26.32%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5745690.170.3500.7327021.0522.35
Hex392D45112304910e1516
Octal7155105214301114162526
Binary111001101101100010110001100011010010011000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,69); }

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

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

 a { background-color: rgb(57,45,69); }

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

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

 span { border-color: rgb(57,45,69); }

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