#35202C

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

Shades of Toledo #35202C

Tints of Toledo #35202C

Color information

#35202C (or 0x35202C) is unknown color: approx Toledo. HEX triplet: 35, 20 and 2C. RGB value is (53,32,44). Sum of RGB (Red+Green+Blue) = 53+32+44=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202C is #CADFD3. Grayscale: #272727. Windows color (decimal): -13295572 or 2891829. OLE color: 2891829.

HSL color Cylindrical-coordinate representation of color #35202C: hue angle of 325.71º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35202C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB533244-
CMYK00.400.170.79
HSL325.71º24.71%16.67%-
HSV(B)325.71º39.62%20.78%-
XYZ2.441.972.63-
YUV39.65130.46137.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=41.09%
G=24.81%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53324400.400.170.79325.7124.7116.67
Hex35202C028114F1461911
Octal654054050211175063121
Binary11010110000010110001010001000110011111010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35202C; }

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

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

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

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

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

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

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

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