#3E2831

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

Shades of Toledo #3E2831

Tints of Toledo #3E2831

Color information

#3E2831 (or 0x3E2831) is unknown color: approx Toledo. HEX triplet: 3E, 28 and 31. RGB value is (62,40,49). Sum of RGB (Red+Green+Blue) = 62+40+49=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2831 is #C1D7CE. Grayscale: #2F2F2F. Windows color (decimal): -12703695 or 3221566. OLE color: 3221566.

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

Color convert

RGB624049-
CMYK00.350.210.76
HSL335.45º21.57%20%-
HSV(B)335.45º35.48%24.31%-
XYZ3.32.763.27-
YUV47.6128.79138.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.06%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=41.06%
G=26.49%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62404900.350.210.76335.4521.5720
Hex3E2831023154C14f1614
Octal765061043251145172624
Binary11111010100011000101000111010110011001010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,49); }

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

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

 a { background-color: rgb(62,40,49); }

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

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

 span { border-color: rgb(62,40,49); }

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