Html Css Color HEX #3C323F Fuscous Grey

📋 copy color: '#3C323F'

red 60 ◦ green 50 ◦ blue 63

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

Shades of Fuscous Grey #3C323F

Tints of Fuscous Grey #3C323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

 BLUE value IS 63 (25% from 255) = 36.42%

R = 34.68%
G = 28.9%
B = 36.42%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C323F (or 0x3C323F) is known color: Fuscous Grey. HEX triplet: 3C, 32 and 3F. RGB value is (60,50,63). Sum of RGB (Red+Green+Blue) = 60+50+63=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C323F is #C3CDC0. Grayscale: #363636. Windows color (decimal): -12832193 or 4141628. OLE color: 4141628.

HSL color Cylindrical-coordinate representation of color #3C323F: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C323F is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 50 63 -
CMYK 0.05 0.21 0 0.75
HSL 286.15º 0.12% 0.22% -
HSV(B) 286.15º 0.21% 0.25% -
XYZ 3.9 3.6 5.19 -
YUV 54.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 60 50 63 0.05 0.21 0 0.75 286.15 0.12 0.22
Hex 3C 32 3F 5 15 0 4B 11E C 16
Octal 74 62 77 5 25 0 113 436 14 26
Binary 111100 110010 111111 101 10101 0 1001011 100011110 1100 10110

Color Harmonies of #3C323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C323F

Black with #3C323F

Text Example


Text Example

White with #3C323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,63); }

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

background-color css

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

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

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

border-color css

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

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

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