#351D29

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

Shades of Toledo #351D29

Tints of Toledo #351D29

Color information

#351D29 (or 0x351D29) is unknown color: approx Toledo. HEX triplet: 35, 1D and 29. RGB value is (53,29,41). Sum of RGB (Red+Green+Blue) = 53+29+41=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #351D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D29 is #CAE2D6. Grayscale: #252525. Windows color (decimal): -13296343 or 2694453. OLE color: 2694453.

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

Color convert

RGB532941-
CMYK00.450.230.79
HSL330º29.27%16.08%-
HSV(B)330º45.28%20.78%-
XYZ2.311.82.32-
YUV37.54129.95139.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=43.09%
G=23.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53294100.450.230.7933029.2716.08
Hex351D2902D174F14a1d10
Octal653551055271175123520
Binary1101011110110100101011011011110011111010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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