Html Css Color HEX #3C363C Fuscous Grey

📋 copy color: '#3C363C'

red 60 ◦ green 54 ◦ blue 60

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

Shades of Fuscous Grey #3C363C

Tints of Fuscous Grey #3C363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 34.48%
G = 31.03%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C363C (or 0x3C363C) is known color: Fuscous Grey. HEX triplet: 3C, 36 and 3C. RGB value is (60,54,60). Sum of RGB (Red+Green+Blue) = 60+54+60=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C363C is #C3C9C3. Grayscale: #383838. Windows color (decimal): -12831172 or 3946044. OLE color: 3946044.

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

Color convert

RGB 60 54 60 -
CMYK 0 0.10 0 0.76
HSL 300º 0.05% 0.22% -
HSV(B) 300º 0.1% 0.24% -
XYZ 4 3.93 4.82 -
YUV 56.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 60 54 60 0 0.10 0 0.76 300 0.05 0.22
Hex 3C 36 3C 0 A 0 4C 12C 5 16
Octal 74 66 74 0 12 0 114 454 5 26
Binary 111100 110110 111100 0 1010 0 1001100 100101100 101 10110

Color Harmonies of #3C363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C363C

Black with #3C363C

Text Example


Text Example

White with #3C363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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