#351D27

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

Shades of Toledo #351D27

Tints of Toledo #351D27

Color information

#351D27 (or 0x351D27) is unknown color: approx Toledo. HEX triplet: 35, 1D and 27. RGB value is (53,29,39). Sum of RGB (Red+Green+Blue) = 53+29+39=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D27 is #CAE2D8. Grayscale: #252525. Windows color (decimal): -13296345 or 2563381. OLE color: 2563381.

HSL color Cylindrical-coordinate representation of color #351D27: hue angle of 335º 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 #351D27 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB532939-
CMYK00.450.260.79
HSL335º29.27%16.08%-
HSV(B)335º45.28%20.78%-
XYZ2.271.782.14-
YUV37.32128.95139.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=43.80%
G=23.97%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53293900.450.260.7933529.2716.08
Hex351D2702D1A4F14f1d10
Octal653547055321175173520
Binary1101011110110011101011011101010011111010011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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