#353138

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

Shades of Jagger #353138

Tints of Jagger #353138

Color information

#353138 (or 0x353138) is unknown color: approx Jagger. HEX triplet: 35, 31 and 38. RGB value is (53,49,56). Sum of RGB (Red+Green+Blue) = 53+49+56=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #353138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353138 is #CACEC7. Grayscale: #323232. Windows color (decimal): -13291208 or 3682613. OLE color: 3682613.

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

Color convert

RGB534956-
CMYK0.050.1200.78
HSL274.29º6.67%20.59%-
HSV(B)274.29º12.5%21.96%-
XYZ3.283.244.19-
YUV50.99130.83129.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=33.54%
G=31.01%
B=35.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5349560.050.1200.78274.296.6720.59
Hex3531385C04E112715
Octal6561705140116422725
Binary11010111000111100010111000100111010001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353138; }

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

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

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

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

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

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

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

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