#351F28

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

Shades of Toledo #351F28

Tints of Toledo #351F28

Color information

#351F28 (or 0x351F28) is unknown color: approx Toledo. HEX triplet: 35, 1F and 28. RGB value is (53,31,40). Sum of RGB (Red+Green+Blue) = 53+31+40=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #351F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F28 is #CAE0D7. Grayscale: #262626. Windows color (decimal): -13295832 or 2629429. OLE color: 2629429.

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

Color convert

RGB533140-
CMYK00.420.250.79
HSL335.45º26.19%16.47%-
HSV(B)335.45º41.51%20.78%-
XYZ2.341.892.25-
YUV38.6128.79138.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 31 (12.5% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=42.74%
G=25%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53314000.420.250.79335.4526.1916.47
Hex351F2802A194F14f1a10
Octal653750052311175173220
Binary1101011111110100001010101100110011111010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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