#392350

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

Shades of Jagger #392350

Tints of Jagger #392350

Color information

#392350 (or 0x392350) is unknown color: approx Jagger. HEX triplet: 39, 23 and 50. RGB value is (57,35,80). Sum of RGB (Red+Green+Blue) = 57+35+80=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #392350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392350 is #C6DCAF. Grayscale: #2E2E2E. Windows color (decimal): -13032624 or 5251897. OLE color: 5251897.

HSL color Cylindrical-coordinate representation of color #392350: hue angle of 269.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392350 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB573580-
CMYK0.290.5600.69
HSL269.33º39.13%22.55%-
HSV(B)269.33º56.25%31.37%-
XYZ3.742.657.9-
YUV46.71146.79135.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=33.14%
G=20.35%
B=46.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5735800.290.5600.69269.3339.1322.55
Hex3923501D3804510d2717
Octal7143120357001054154727
Binary1110011000111010000111011110000100010110000110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392350; }

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

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

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

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

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

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

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

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