#353038

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

Shades of Jagger #353038

Tints of Jagger #353038

Color information

#353038 (or 0x353038) is unknown color: approx Jagger. HEX triplet: 35, 30 and 38. RGB value is (53,48,56). Sum of RGB (Red+Green+Blue) = 53+48+56=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #353038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353038 is #CACFC7. Grayscale: #323232. Windows color (decimal): -13291464 or 3682357. OLE color: 3682357.

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

Color convert

RGB534856-
CMYK0.050.1400.78
HSL277.5º7.69%20.39%-
HSV(B)277.5º14.29%21.96%-
XYZ3.243.164.18-
YUV50.41131.16129.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=33.76%
G=30.57%
B=35.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5348560.050.1400.78277.57.6920.39
Hex3530385E04E116814
Octal65607051601164261024
Binary110101110000111000101111001001110100010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353038; }

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

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

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

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

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

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

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

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