#3E2B35

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

Shades of Toledo #3E2B35

Tints of Toledo #3E2B35

Color information

#3E2B35 (or 0x3E2B35) is unknown color: approx Toledo. HEX triplet: 3E, 2B and 35. RGB value is (62,43,53). Sum of RGB (Red+Green+Blue) = 62+43+53=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B35 is #C1D4CA. Grayscale: #313131. Windows color (decimal): -12702923 or 3484478. OLE color: 3484478.

HSL color Cylindrical-coordinate representation of color #3E2B35: hue angle of 328.42º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E2B35 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB624353-
CMYK00.310.150.76
HSL328.42º18.1%20.59%-
HSV(B)328.42º30.65%24.31%-
XYZ3.493.013.76-
YUV49.82129.79136.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.24%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=39.24%
G=27.22%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62435300.310.150.76328.4218.120.59
Hex3E2B3501FF4C1481215
Octal765365037171145102225
Binary111110101011110101011111111110011001010010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2B35; }

 p { color: rgb(62,43,53); }

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

<style>
 a { background-color: #3E2B35; }

 a { background-color: rgb(62,43,53); }

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

<style>
 span { border-color: #3E2B35; }

 span { border-color: rgb(62,43,53); }

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