#3E202D

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

Shades of Toledo #3E202D

Tints of Toledo #3E202D

Color information

#3E202D (or 0x3E202D) is unknown color: approx Toledo. HEX triplet: 3E, 20 and 2D. RGB value is (62,32,45). Sum of RGB (Red+Green+Blue) = 62+32+45=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202D is #C1DFD2. Grayscale: #2A2A2A. Windows color (decimal): -12705747 or 2957374. OLE color: 2957374.

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

Color convert

RGB623245-
CMYK00.480.270.76
HSL334º31.91%18.43%-
HSV(B)334º48.39%24.31%-
XYZ2.982.252.76-
YUV42.45129.44141.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=44.60%
G=23.02%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62324500.480.270.7633431.9118.43
Hex3E202D0301B4C14e2012
Octal764055060331145164022
Binary111110100000101101011000011011100110010100111010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,45); }

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

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

 a { background-color: rgb(62,32,45); }

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

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

 span { border-color: rgb(62,32,45); }

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