Html Css Color HEX #3C343C Fuscous Grey

📋 copy color: '#3C343C'

red 60 ◦ green 52 ◦ blue 60

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

Shades of Fuscous Grey #3C343C

Tints of Fuscous Grey #3C343C

RGB

 RED value IS 60 (23.83% from 255) = 34.88%

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 34.88%
G = 30.23%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C343C (or 0x3C343C) is known color: Fuscous Grey. HEX triplet: 3C, 34 and 3C. RGB value is (60,52,60). Sum of RGB (Red+Green+Blue) = 60+52+60=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C343C is #C3CBC3. Grayscale: #373737. Windows color (decimal): -12831684 or 3945532. OLE color: 3945532.

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

Color convert

RGB 60 52 60 -
CMYK 0 0.13 0 0.76
HSL 300º 0.07% 0.22% -
HSV(B) 300º 0.13% 0.24% -
XYZ 3.91 3.74 4.79 -
YUV 55.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 60 52 60 0 0.13 0 0.76 300 0.07 0.22
Hex 3C 34 3C 0 D 0 4C 12C 7 16
Octal 74 64 74 0 15 0 114 454 7 26
Binary 111100 110100 111100 0 1101 0 1001100 100101100 111 10110

Color Harmonies of #3C343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C343C

Black with #3C343C

Text Example


Text Example

White with #3C343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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