#3E202E

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

Shades of Toledo #3E202E

Tints of Toledo #3E202E

Color information

#3E202E (or 0x3E202E) is unknown color: approx Toledo. HEX triplet: 3E, 20 and 2E. RGB value is (62,32,46). Sum of RGB (Red+Green+Blue) = 62+32+46=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202E is #C1DFD1. Grayscale: #2A2A2A. Windows color (decimal): -12705746 or 3022910. OLE color: 3022910.

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

Color convert

RGB623246-
CMYK00.480.260.76
HSL332º31.91%18.43%-
HSV(B)332º48.39%24.31%-
XYZ32.252.86-
YUV42.57129.94141.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.29%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=44.29%
G=22.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62324600.480.260.7633231.9118.43
Hex3E202E0301A4C14c2012
Octal764056060321145144022
Binary111110100000101110011000011010100110010100110010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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