#3A202C

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

Shades of Toledo #3A202C

Tints of Toledo #3A202C

Color information

#3A202C (or 0x3A202C) is unknown color: approx Toledo. HEX triplet: 3A, 20 and 2C. RGB value is (58,32,44). Sum of RGB (Red+Green+Blue) = 58+32+44=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A202C is #C5DFD3. Grayscale: #292929. Windows color (decimal): -12967892 or 2891834. OLE color: 2891834.

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

Color convert

RGB583244-
CMYK00.450.240.77
HSL332.31º28.89%17.65%-
HSV(B)332.31º44.83%22.75%-
XYZ2.722.112.65-
YUV41.14129.61140.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.28%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=43.28%
G=23.88%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58324400.450.240.77332.3128.8917.65
Hex3A202C02D184D14c1d12
Octal724054055301155143522
Binary11101010000010110001011011100010011011010011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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