Html Css Color HEX #3A393A Fuscous Grey

📋 copy color: '#3A393A'

red 58 ◦ green 57 ◦ blue 58

#3A393A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #3A393A

Tints of Fuscous Grey #3A393A

RGB

 RED value IS 58 (23.05% from 255) = 33.53%

 GREEN value IS 57 (22.66% from 255) = 32.95%

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 33.53%
G = 32.95%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#3A393A (or 0x3A393A) is known color: Fuscous Grey. HEX triplet: 3A, 39 and 3A. RGB value is (58,57,58). Sum of RGB (Red+Green+Blue) = 58+57+58=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A393A is #C5C6C5. Grayscale: #393939. Windows color (decimal): -12961478 or 3815738. OLE color: 3815738.

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

Color convert

RGB 58 57 58 -
CMYK 0 0.02 0 0.77
HSL 300º 0.01% 0.23% -
HSV(B) 300º 0.02% 0.23% -
XYZ 3.97 4.13 4.59 -
YUV 57.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 58 57 58 0 0.02 0 0.77 300 0.01 0.23
Hex 3A 39 3A 0 2 0 4D 12C 1 17
Octal 72 71 72 0 2 0 115 454 1 27
Binary 111010 111001 111010 0 10 0 1001101 100101100 1 10111

Color Harmonies of #3A393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A393A

Black with #3A393A

Text Example


Text Example

White with #3A393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A393A;
 }
 .AnyTagClassName
 {
   color: #3A393A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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