#352940

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

Shades of Jagger #352940

Tints of Jagger #352940

Color information

#352940 (or 0x352940) is unknown color: approx Jagger. HEX triplet: 35, 29 and 40. RGB value is (53,41,64). Sum of RGB (Red+Green+Blue) = 53+41+64=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #352940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352940 is #CAD6BF. Grayscale: #2F2F2F. Windows color (decimal): -13293248 or 4204853. OLE color: 4204853.

HSL color Cylindrical-coordinate representation of color #352940: hue angle of 271.3º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352940 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB534164-
CMYK0.170.3600.75
HSL271.3º21.9%20.59%-
HSV(B)271.3º35.94%25.1%-
XYZ3.192.715.21-
YUV47.21137.48132.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=33.54%
G=25.95%
B=40.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5341640.170.3600.75271.321.920.59
Hex352940112404B10f1615
Octal6551100214401134172625
Binary110101101001100000010001100100010010111000011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352940; }

 p { color: rgb(53,41,64); }

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

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

 a { background-color: rgb(53,41,64); }

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

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

 span { border-color: rgb(53,41,64); }

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