#353237

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

Shades of Jagger #353237

Tints of Jagger #353237

Color information

#353237 (or 0x353237) is unknown color: approx Jagger. HEX triplet: 35, 32 and 37. RGB value is (53,50,55). Sum of RGB (Red+Green+Blue) = 53+50+55=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 55 - color contains mainly: blue. Hex color #353237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353237 is #CACDC8. Grayscale: #333333. Windows color (decimal): -13290953 or 3617333. OLE color: 3617333.

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

Color convert

RGB535055-
CMYK0.040.0900.78
HSL276º4.76%20.59%-
HSV(B)276º9.09%21.57%-
XYZ3.33.314.08-
YUV51.47129.99129.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=33.54%
G=31.65%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5350550.040.0900.782764.7620.59
Hex3532374904E114515
Octal6562674110116424525
Binary11010111001011011110010010100111010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353237; }

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

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

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

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

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

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

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

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