#3A202D

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

Shades of Toledo #3A202D

Tints of Toledo #3A202D

Color information

#3A202D (or 0x3A202D) is unknown color: approx Toledo. HEX triplet: 3A, 20 and 2D. RGB value is (58,32,45). Sum of RGB (Red+Green+Blue) = 58+32+45=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A202D is #C5DFD2. Grayscale: #292929. Windows color (decimal): -12967891 or 2957370. OLE color: 2957370.

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

Color convert

RGB583245-
CMYK00.450.220.77
HSL330º28.89%17.65%-
HSV(B)330º44.83%22.75%-
XYZ2.742.122.75-
YUV41.26130.11139.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.96%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=42.96%
G=23.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58324500.450.220.7733028.8917.65
Hex3A202D02D164D14a1d12
Octal724055055261155123522
Binary11101010000010110101011011011010011011010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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