#3A343B

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

Shades of Fuscous Grey #3A343B

Tints of Fuscous Grey #3A343B

Color information

#3A343B (or 0x3A343B) is unknown color: approx Fuscous Grey. HEX triplet: 3A, 34 and 3B. RGB value is (58,52,59). Sum of RGB (Red+Green+Blue) = 58+52+59=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A343B is #C5CBC4. Grayscale: #363636. Windows color (decimal): -12962757 or 3879994. OLE color: 3879994.

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

Color convert

RGB585259-
CMYK0.020.1200.77
HSL291.43º6.31%21.76%-
HSV(B)291.43º11.86%23.14%-
XYZ3.763.674.65-
YUV54.59130.49130.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=34.32%
G=30.77%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5852590.020.1200.77291.436.3121.76
Hex3A343B2C04D123616
Octal7264732140115443626
Binary1110101101001110111011000100110110010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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