#392352

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

Shades of Jagger #392352

Tints of Jagger #392352

Color information

#392352 (or 0x392352) is unknown color: approx Jagger. HEX triplet: 39, 23 and 52. RGB value is (57,35,82). Sum of RGB (Red+Green+Blue) = 57+35+82=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #392352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392352 is #C6DCAD. Grayscale: #2E2E2E. Windows color (decimal): -13032622 or 5382969. OLE color: 5382969.

HSL color Cylindrical-coordinate representation of color #392352: hue angle of 268.09º 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 #392352 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB573582-
CMYK0.300.5700.68
HSL268.09º40.17%22.94%-
HSV(B)268.09º57.32%32.16%-
XYZ3.812.688.3-
YUV46.94147.79135.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=32.76%
G=20.11%
B=47.13%

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
Decimal5735820.300.5700.68268.0940.1722.94
Hex3923521E3904410c2817
Octal7143122367101044145027
Binary1110011000111010010111101110010100010010000110010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392352; }

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

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

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

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

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

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

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

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