#392351

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

Shades of Jagger #392351

Tints of Jagger #392351

Color information

#392351 (or 0x392351) is unknown color: approx Jagger. HEX triplet: 39, 23 and 51. RGB value is (57,35,81). Sum of RGB (Red+Green+Blue) = 57+35+81=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #392351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392351 is #C6DCAE. Grayscale: #2E2E2E. Windows color (decimal): -13032623 or 5317433. OLE color: 5317433.

HSL color Cylindrical-coordinate representation of color #392351: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #392351 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB573581-
CMYK0.300.5700.68
HSL268.7º39.66%22.75%-
HSV(B)268.7º56.79%31.76%-
XYZ3.772.678.1-
YUV46.82147.29135.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=32.95%
G=20.23%
B=46.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5735810.300.5700.68268.739.6622.75
Hex3923511E3904410d2817
Octal7143121367101044155027
Binary1110011000111010001111101110010100010010000110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392351; }

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

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

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

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

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

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

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

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