#3A363B

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

Shades of Fuscous Grey #3A363B

Tints of Fuscous Grey #3A363B

Color information

#3A363B (or 0x3A363B) is unknown color: approx Fuscous Grey. HEX triplet: 3A, 36 and 3B. RGB value is (58,54,59). Sum of RGB (Red+Green+Blue) = 58+54+59=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363B is #C5C9C4. Grayscale: #373737. Windows color (decimal): -12962245 or 3880506. OLE color: 3880506.

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

Color convert

RGB585459-
CMYK0.020.0800.77
HSL288º4.42%22.16%-
HSV(B)288º8.47%23.14%-
XYZ3.853.854.68-
YUV55.77129.83129.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=33.92%
G=31.58%
B=34.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5854590.020.0800.772884.4222.16
Hex3A363B2804D120416
Octal7266732100115440426
Binary1110101101101110111010000100110110010000010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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