#352028

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

Shades of Toledo #352028

Tints of Toledo #352028

Color information

#352028 (or 0x352028) is unknown color: approx Toledo. HEX triplet: 35, 20 and 28. RGB value is (53,32,40). Sum of RGB (Red+Green+Blue) = 53+32+40=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352028 is #CADFD7. Grayscale: #272727. Windows color (decimal): -13295576 or 2629685. OLE color: 2629685.

HSL color Cylindrical-coordinate representation of color #352028: hue angle of 337.14º 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 #352028 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB533240-
CMYK00.400.250.79
HSL337.14º24.71%16.67%-
HSV(B)337.14º39.62%20.78%-
XYZ2.371.942.26-
YUV39.19128.46137.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 40 (16.02% from 255) = 32%
R=42.4%
G=25.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53324000.400.250.79337.1424.7116.67
Hex352028028194F1511911
Octal654050050311175213121
Binary11010110000010100001010001100110011111010100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352028; }

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

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

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

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

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

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

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

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