#35272D

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

Shades of Toledo #35272D

Tints of Toledo #35272D

Color information

#35272D (or 0x35272D) is unknown color: approx Toledo. HEX triplet: 35, 27 and 2D. RGB value is (53,39,45). Sum of RGB (Red+Green+Blue) = 53+39+45=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272D is #CAD8D2. Grayscale: #2B2B2B. Windows color (decimal): -13293779 or 2959157. OLE color: 2959157.

HSL color Cylindrical-coordinate representation of color #35272D: hue angle of 334.29º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35272D is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB533945-
CMYK00.260.150.79
HSL334.29º15.22%18.04%-
HSV(B)334.29º26.42%20.78%-
XYZ2.672.42.8-
YUV43.87128.64134.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=38.69%
G=28.47%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394500.260.150.79334.2915.2218.04
Hex35272D01AF4F14ef12
Octal654755032171175161722
Binary11010110011110110101101011111001111101001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35272D; }

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

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

<style>
 a { background-color: #35272D; }

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

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

<style>
 span { border-color: #35272D; }

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

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