#392349

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

Shades of Jagger #392349

Tints of Jagger #392349

Color information

#392349 (or 0x392349) is unknown color: approx Jagger. HEX triplet: 39, 23 and 49. RGB value is (57,35,73). Sum of RGB (Red+Green+Blue) = 57+35+73=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #392349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392349 is #C6DCB6. Grayscale: #2D2D2D. Windows color (decimal): -13032631 or 4793145. OLE color: 4793145.

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

Color convert

RGB573573-
CMYK0.220.5200.71
HSL274.74º35.19%21.18%-
HSV(B)274.74º52.05%28.63%-
XYZ3.492.556.61-
YUV45.91143.29135.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=34.55%
G=21.21%
B=44.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5735730.220.5200.71274.7435.1921.18
Hex39234916340471132315
Octal7143111266401074234325
Binary1110011000111001001101101101000100011110001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392349; }

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

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

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

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

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

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

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

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