#3E2534

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

Shades of Toledo #3E2534

Tints of Toledo #3E2534

Color information

#3E2534 (or 0x3E2534) is unknown color: approx Toledo. HEX triplet: 3E, 25 and 34. RGB value is (62,37,52). Sum of RGB (Red+Green+Blue) = 62+37+52=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2534 is #C1DACB. Grayscale: #2E2E2E. Windows color (decimal): -12704460 or 3417406. OLE color: 3417406.

HSL color Cylindrical-coordinate representation of color #3E2534: hue angle of 324º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E2534 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB623752-
CMYK00.400.160.76
HSL324º25.25%19.41%-
HSV(B)324º40.32%24.31%-
XYZ3.272.63.58-
YUV46.18131.28139.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.06%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=41.06%
G=24.50%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62375200.400.160.7632425.2519.41
Hex3E2534028104C1441913
Octal764564050201145043123
Binary11111010010111010001010001000010011001010001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,52); }

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

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

 a { background-color: rgb(62,37,52); }

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

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

 span { border-color: rgb(62,37,52); }

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