#352049

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

Shades of Jagger #352049

Tints of Jagger #352049

Color information

#352049 (or 0x352049) is unknown color: approx Jagger. HEX triplet: 35, 20 and 49. RGB value is (53,32,73). Sum of RGB (Red+Green+Blue) = 53+32+73=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #352049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352049 is #CADFB6. Grayscale: #2A2A2A. Windows color (decimal): -13295543 or 4792373. OLE color: 4792373.

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

Color convert

RGB533273-
CMYK0.270.5600.71
HSL270.73º39.05%20.59%-
HSV(B)270.73º56.16%28.63%-
XYZ3.192.276.57-
YUV42.95144.96135.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 73 (28.91% from 255) = 46.20%
R=33.54%
G=20.25%
B=46.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5332730.270.5600.71270.7339.0520.59
Hex3520491B3804710f2715
Octal6540111337001074174725
Binary1101011000001001001110111110000100011110000111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352049; }

 p { color: rgb(53,32,73); }

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

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

 a { background-color: rgb(53,32,73); }

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

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

 span { border-color: rgb(53,32,73); }

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