Html Css Color HEX #3A333C Fuscous Grey

📋 copy color: '#3A333C'

red 58 ◦ green 51 ◦ blue 60

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

Shades of Fuscous Grey #3A333C

Tints of Fuscous Grey #3A333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 34.32%
G = 30.18%
B = 35.5%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A333C (or 0x3A333C) is known color: Fuscous Grey. HEX triplet: 3A, 33 and 3C. RGB value is (58,51,60). Sum of RGB (Red+Green+Blue) = 58+51+60=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A333C is #C5CCC3. Grayscale: #363636. Windows color (decimal): -12963012 or 3945274. OLE color: 3945274.

HSL color Cylindrical-coordinate representation of color #3A333C: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3A333C is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 51 60 -
CMYK 0.03 0.15 0 0.76
HSL 286.67º 0.08% 0.22% -
HSV(B) 286.67º 0.15% 0.24% -
XYZ 3.74 3.59 4.77 -
YUV 54.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 58 51 60 0.03 0.15 0 0.76 286.67 0.08 0.22
Hex 3A 33 3C 3 F 0 4C 11F 8 16
Octal 72 63 74 3 17 0 114 437 10 26
Binary 111010 110011 111100 11 1111 0 1001100 100011111 1000 10110

Color Harmonies of #3A333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A333C

Black with #3A333C

Text Example


Text Example

White with #3A333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,60); }

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

background-color css

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

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

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

border-color css

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

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

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