#3A202E

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

Shades of Toledo #3A202E

Tints of Toledo #3A202E

Color information

#3A202E (or 0x3A202E) is unknown color: approx Toledo. HEX triplet: 3A, 20 and 2E. RGB value is (58,32,46). Sum of RGB (Red+Green+Blue) = 58+32+46=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A202E is #C5DFD1. Grayscale: #292929. Windows color (decimal): -12967890 or 3022906. OLE color: 3022906.

HSL color Cylindrical-coordinate representation of color #3A202E: hue angle of 327.69º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A202E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB583246-
CMYK00.450.210.77
HSL327.69º28.89%17.65%-
HSV(B)327.69º44.83%22.75%-
XYZ2.752.132.85-
YUV41.37130.61139.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.65%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=42.65%
G=23.53%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58324600.450.210.77327.6928.8917.65
Hex3A202E02D154D1481d12
Octal724056055251155103522
Binary11101010000010111001011011010110011011010010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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