#352129

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

Shades of Toledo #352129

Tints of Toledo #352129

Color information

#352129 (or 0x352129) is unknown color: approx Toledo. HEX triplet: 35, 21 and 29. RGB value is (53,33,41). Sum of RGB (Red+Green+Blue) = 53+33+41=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352129 is #CADED6. Grayscale: #272727. Windows color (decimal): -13295319 or 2695477. OLE color: 2695477.

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

Color convert

RGB533341-
CMYK00.380.230.79
HSL336º23.26%16.86%-
HSV(B)336º37.74%20.78%-
XYZ2.4122.36-
YUV39.89128.63137.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=41.73%
G=25.98%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53334100.380.230.7933623.2616.86
Hex352129026174F1501711
Octal654151046271175202721
Binary11010110000110100101001101011110011111010100001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352129; }

 p { color: rgb(53,33,41); }

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

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

 a { background-color: rgb(53,33,41); }

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

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

 span { border-color: rgb(53,33,41); }

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