#353139

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

Shades of Jagger #353139

Tints of Jagger #353139

Color information

#353139 (or 0x353139) is unknown color: approx Jagger. HEX triplet: 35, 31 and 39. RGB value is (53,49,57). Sum of RGB (Red+Green+Blue) = 53+49+57=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 57 - color contains mainly: blue. Hex color #353139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353139 is #CACEC6. Grayscale: #333333. Windows color (decimal): -13291207 or 3748149. OLE color: 3748149.

HSL color Cylindrical-coordinate representation of color #353139: hue angle of 270º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #353139 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB534957-
CMYK0.070.1400.78
HSL270º7.55%20.78%-
HSV(B)270º14.04%22.35%-
XYZ3.313.254.32-
YUV51.11131.33129.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=33.33%
G=30.82%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5349570.070.1400.782707.5520.78
Hex3531397E04E10e815
Octal65617171601164161025
Binary110101110001111001111111001001110100001110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353139; }

 p { color: rgb(53,49,57); }

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

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

 a { background-color: rgb(53,49,57); }

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

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

 span { border-color: rgb(53,49,57); }

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