#351A25

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

Shades of Toledo #351A25

Tints of Toledo #351A25

Color information

#351A25 (or 0x351A25) is unknown color: approx Toledo. HEX triplet: 35, 1A and 25. RGB value is (53,26,37). Sum of RGB (Red+Green+Blue) = 53+26+37=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #351A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A25 is #CAE5DA. Grayscale: #232323. Windows color (decimal): -13297115 or 2431541. OLE color: 2431541.

HSL color Cylindrical-coordinate representation of color #351A25: hue angle of 335.56º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A25 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB532637-
CMYK00.510.300.79
HSL335.56º34.18%15.49%-
HSV(B)335.56º50.94%20.78%-
XYZ2.171.631.95-
YUV35.33128.95140.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=45.69%
G=22.41%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53263700.510.300.79335.5634.1815.49
Hex351A250331E4F15022f
Octal653245063361175204217
Binary1101011101010010101100111111010011111010100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,37); }

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

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

 a { background-color: rgb(53,26,37); }

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

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

 span { border-color: rgb(53,26,37); }

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