#392C46

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

Shades of Jagger #392C46

Tints of Jagger #392C46

Color information

#392C46 (or 0x392C46) is unknown color: approx Jagger. HEX triplet: 39, 2C and 46. RGB value is (57,44,70). Sum of RGB (Red+Green+Blue) = 57+44+70=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #392C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C46 is #C6D3B9. Grayscale: #323232. Windows color (decimal): -13030330 or 4598841. OLE color: 4598841.

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

Color convert

RGB574470-
CMYK0.190.3700.73
HSL270º22.81%22.35%-
HSV(B)270º37.14%27.45%-
XYZ3.693.116.2-
YUV50.85138.81132.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 25.73%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=33.33%
G=25.73%
B=40.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5744700.190.3700.7327022.8122.35
Hex392C46132504910e1716
Octal7154106234501114162726
Binary111001101100100011010011100101010010011000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,44,70); }

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

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

 a { background-color: rgb(57,44,70); }

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

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

 span { border-color: rgb(57,44,70); }

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