#351F49

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

Shades of Jagger #351F49

Tints of Jagger #351F49

Color information

#351F49 (or 0x351F49) is unknown color: approx Jagger. HEX triplet: 35, 1F and 49. RGB value is (53,31,73). Sum of RGB (Red+Green+Blue) = 53+31+73=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #351F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F49 is #CAE0B6. Grayscale: #2A2A2A. Windows color (decimal): -13295799 or 4792117. OLE color: 4792117.

HSL color Cylindrical-coordinate representation of color #351F49: hue angle of 271.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351F49 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB533173-
CMYK0.270.5800.71
HSL271.43º40.38%20.39%-
HSV(B)271.43º57.53%28.63%-
XYZ3.162.226.56-
YUV42.37145.29135.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=33.76%
G=19.75%
B=46.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5331730.270.5800.71271.4340.3820.39
Hex351F491B3A04710f2814
Octal6537111337201074175024
Binary110101111111001001110111110100100011110000111110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F49; }

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

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

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

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

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

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

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

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