#3A353A

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

Shades of Fuscous Grey #3A353A

Tints of Fuscous Grey #3A353A

Color information

#3A353A (or 0x3A353A) is unknown color: approx Fuscous Grey. HEX triplet: 3A, 35 and 3A. RGB value is (58,53,58). Sum of RGB (Red+Green+Blue) = 58+53+58=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A353A is #C5CAC5. Grayscale: #373737. Windows color (decimal): -12962502 or 3814714. OLE color: 3814714.

HSL color Cylindrical-coordinate representation of color #3A353A: hue angle of 300º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3A353A is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB585358-
CMYK00.0900.77
HSL300º4.5%21.76%-
HSV(B)300º8.62%22.75%-
XYZ3.783.754.53-
YUV55.06129.66130.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=34.32%
G=31.36%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58535800.0900.773004.521.76
Hex3A353A0904D12c516
Octal7265720110115454526
Binary111010110101111010010010100110110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,58); }

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

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

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

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

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

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

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