#352D30

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

Shades of Toledo #352D30

Tints of Toledo #352D30

Color information

#352D30 (or 0x352D30) is unknown color: approx Toledo. HEX triplet: 35, 2D and 30. RGB value is (53,45,48). Sum of RGB (Red+Green+Blue) = 53+45+48=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #352D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D30 is #CAD2CF. Grayscale: #2F2F2F. Windows color (decimal): -13292240 or 3157301. OLE color: 3157301.

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

Color convert

RGB534548-
CMYK00.150.090.79
HSL337.5º8.16%19.22%-
HSV(B)337.5º15.09%20.78%-
XYZ2.942.853.19-
YUV47.73128.15131.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=36.30%
G=30.82%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53454800.150.090.79337.58.1619.22
Hex352D300F94F152813
Octal655560017111175221023
Binary1101011011011100000111110011001111101010010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352D30; }

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

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

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

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

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

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

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

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