#351F29

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

Shades of Toledo #351F29

Tints of Toledo #351F29

Color information

#351F29 (or 0x351F29) is unknown color: approx Toledo. HEX triplet: 35, 1F and 29. RGB value is (53,31,41). Sum of RGB (Red+Green+Blue) = 53+31+41=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #351F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F29 is #CAE0D6. Grayscale: #262626. Windows color (decimal): -13295831 or 2694965. OLE color: 2694965.

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

Color convert

RGB533141-
CMYK00.420.230.79
HSL332.73º26.19%16.47%-
HSV(B)332.73º41.51%20.78%-
XYZ2.361.92.34-
YUV38.72129.29138.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=42.4%
G=24.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53314100.420.230.79332.7326.1916.47
Hex351F2902A174F14d1a10
Octal653751052271175153220
Binary1101011111110100101010101011110011111010011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F29; }

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

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

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

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

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

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

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

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