#353130

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

Shades of Gondola #353130

Tints of Gondola #353130

Color information

#353130 (or 0x353130) is unknown color: approx Gondola. HEX triplet: 35, 31 and 30. RGB value is (53,49,48). Sum of RGB (Red+Green+Blue) = 53+49+48=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #353130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353130 is #CACECF. Grayscale: #323232. Windows color (decimal): -13291216 or 3158325. OLE color: 3158325.

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

Color convert

RGB534948-
CMYK00.080.090.79
HSL12º4.95%19.8%-
HSV(B)12º9.43%20.78%-
XYZ3.13.173.24-
YUV50.08126.83130.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 48 (19.14% from 255) = 32%
R=35.33%
G=32.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53494800.080.090.79124.9519.8
Hex3531300894Fc514
Octal6561600101111714524
Binary1101011100011100000100010011001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353130; }

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

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

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

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

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

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

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

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