#352941

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

Shades of Jagger #352941

Tints of Jagger #352941

Color information

#352941 (or 0x352941) is unknown color: approx Jagger. HEX triplet: 35, 29 and 41. RGB value is (53,41,65). Sum of RGB (Red+Green+Blue) = 53+41+65=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #352941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352941 is #CAD6BE. Grayscale: #2F2F2F. Windows color (decimal): -13293247 or 4270389. OLE color: 4270389.

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

Color convert

RGB534165-
CMYK0.180.3700.75
HSL270º22.64%20.78%-
HSV(B)270º36.92%25.49%-
XYZ3.222.725.36-
YUV47.32137.98132.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=33.33%
G=25.79%
B=40.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5341650.180.3700.7527022.6420.78
Hex352941122504B10e1715
Octal6551101224501134162725
Binary110101101001100000110010100101010010111000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352941; }

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

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

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

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

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

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

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

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