#3E202F

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

Shades of Toledo #3E202F

Tints of Toledo #3E202F

Color information

#3E202F (or 0x3E202F) is unknown color: approx Toledo. HEX triplet: 3E, 20 and 2F. RGB value is (62,32,47). Sum of RGB (Red+Green+Blue) = 62+32+47=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202F is #C1DFD0. Grayscale: #2A2A2A. Windows color (decimal): -12705745 or 3088446. OLE color: 3088446.

HSL color Cylindrical-coordinate representation of color #3E202F: hue angle of 330º 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 #3E202F is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB623247-
CMYK00.480.240.76
HSL330º31.91%18.43%-
HSV(B)330º48.39%24.31%-
XYZ3.022.262.97-
YUV42.68130.44141.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.97%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=43.97%
G=22.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62324700.480.240.7633031.9118.43
Hex3E202F030184C14a2012
Octal764057060301145124022
Binary111110100000101111011000011000100110010100101010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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