#352C30

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

Shades of Toledo #352C30

Tints of Toledo #352C30

Color information

#352C30 (or 0x352C30) is unknown color: approx Toledo. HEX triplet: 35, 2C and 30. RGB value is (53,44,48). Sum of RGB (Red+Green+Blue) = 53+44+48=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #352C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C30 is #CAD3CF. Grayscale: #2F2F2F. Windows color (decimal): -13292496 or 3157045. OLE color: 3157045.

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

Color convert

RGB534448-
CMYK00.170.090.79
HSL333.33º9.28%19.02%-
HSV(B)333.33º16.98%20.78%-
XYZ2.92.773.18-
YUV47.15128.48132.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=36.55%
G=30.34%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53444800.170.090.79333.339.2819.02
Hex352C3001194F14d913
Octal655460021111175151123
Binary11010110110011000001000110011001111101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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