#35272E

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

Shades of Toledo #35272E

Tints of Toledo #35272E

Color information

#35272E (or 0x35272E) is unknown color: approx Toledo. HEX triplet: 35, 27 and 2E. RGB value is (53,39,46). Sum of RGB (Red+Green+Blue) = 53+39+46=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272E is #CAD8D1. Grayscale: #2B2B2B. Windows color (decimal): -13293778 or 3024693. OLE color: 3024693.

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

Color convert

RGB533946-
CMYK00.260.130.79
HSL330º15.22%18.04%-
HSV(B)330º26.42%20.78%-
XYZ2.692.412.91-
YUV43.98129.14134.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=38.41%
G=28.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394600.260.130.7933015.2218.04
Hex35272E01AD4F14af12
Octal654756032151175121722
Binary11010110011110111001101011011001111101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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