#3A343A

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

Shades of Fuscous Grey #3A343A

Tints of Fuscous Grey #3A343A

Color information

#3A343A (or 0x3A343A) is unknown color: approx Fuscous Grey. HEX triplet: 3A, 34 and 3A. RGB value is (58,52,58). Sum of RGB (Red+Green+Blue) = 58+52+58=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A343A is #C5CBC5. Grayscale: #363636. Windows color (decimal): -12962758 or 3814458. OLE color: 3814458.

HSL color Cylindrical-coordinate representation of color #3A343A: 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.1%. Process color model (Four color, CMYK) of #3A343A is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB585258-
CMYK00.1000.77
HSL300º5.45%21.57%-
HSV(B)300º10.34%22.75%-
XYZ3.743.664.51-
YUV54.48129.99130.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.52%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=34.52%
G=30.95%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58525800.1000.773005.4521.57
Hex3A343A0A04D12c516
Octal7264720120115454526
Binary111010110100111010010100100110110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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