#353337

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

Shades of Jagger #353337

Tints of Jagger #353337

Color information

#353337 (or 0x353337) is unknown color: approx Jagger. HEX triplet: 35, 33 and 37. RGB value is (53,51,55). Sum of RGB (Red+Green+Blue) = 53+51+55=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 55 - color contains mainly: blue. Hex color #353337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353337 is #CACCC8. Grayscale: #343434. Windows color (decimal): -13290697 or 3617589. OLE color: 3617589.

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

Color convert

RGB535155-
CMYK0.040.0700.78
HSL270º3.77%20.78%-
HSV(B)270º7.27%21.57%-
XYZ3.343.44.09-
YUV52.05129.66128.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=33.33%
G=32.08%
B=34.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5351550.040.0700.782703.7720.78
Hex3533374704E10e415
Octal656367470116416425
Binary1101011100111101111001110100111010000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353337; }

 p { color: rgb(53,51,55); }

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

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

 a { background-color: rgb(53,51,55); }

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

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

 span { border-color: rgb(53,51,55); }

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