Html Css Color HEX #3C383D Fuscous Grey

📋 copy color: '#3C383D'

red 60 ◦ green 56 ◦ blue 61

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

Shades of Fuscous Grey #3C383D

Tints of Fuscous Grey #3C383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 33.9%
G = 31.64%
B = 34.46%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3C383D (or 0x3C383D) is known color: Fuscous Grey. HEX triplet: 3C, 38 and 3D. RGB value is (60,56,61). Sum of RGB (Red+Green+Blue) = 60+56+61=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C383D is #C3C7C2. Grayscale: #393939. Windows color (decimal): -12830659 or 4012092. OLE color: 4012092.

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

Color convert

RGB 60 56 61 -
CMYK 0.02 0.08 0 0.76
HSL 288º 0.04% 0.23% -
HSV(B) 288º 0.08% 0.24% -
XYZ 4.12 4.13 4.99 -
YUV 57.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 60 56 61 0.02 0.08 0 0.76 288 0.04 0.23
Hex 3C 38 3D 2 8 0 4C 120 4 17
Octal 74 70 75 2 10 0 114 440 4 27
Binary 111100 111000 111101 10 1000 0 1001100 100100000 100 10111

Color Harmonies of #3C383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C383D

Black with #3C383D

Text Example


Text Example

White with #3C383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,61); }

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

background-color css

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

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

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

border-color css

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

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

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