#35202B

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

Shades of Toledo #35202B

Tints of Toledo #35202B

Color information

#35202B (or 0x35202B) is unknown color: approx Toledo. HEX triplet: 35, 20 and 2B. RGB value is (53,32,43). Sum of RGB (Red+Green+Blue) = 53+32+43=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #35202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202B is #CADFD4. Grayscale: #272727. Windows color (decimal): -13295573 or 2826293. OLE color: 2826293.

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

Color convert

RGB533243-
CMYK00.400.190.79
HSL328.57º24.71%16.67%-
HSV(B)328.57º39.62%20.78%-
XYZ2.421.962.54-
YUV39.53129.96137.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=41.41%
G=25%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53324300.400.190.79328.5724.7116.67
Hex35202B028134F1491911
Octal654053050231175113121
Binary11010110000010101101010001001110011111010010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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