Html Css Color HEX #413C41 Fuscous Grey

📋 copy color: '#413C41'

red 65 ◦ green 60 ◦ blue 65

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

Shades of Fuscous Grey #413C41

Tints of Fuscous Grey #413C41

RGB

 RED value IS 65 (25.78% from 255) = 34.21%

 GREEN value IS 60 (23.83% from 255) = 31.58%

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 34.21%
G = 31.58%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413C41 (or 0x413C41) is known color: Fuscous Grey. HEX triplet: 41, 3C and 41. RGB value is (65,60,65). Sum of RGB (Red+Green+Blue) = 65+60+65=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C41 is #BEC3BE. Grayscale: #3E3E3E. Windows color (decimal): -12501951 or 4275265. OLE color: 4275265.

HSL color Cylindrical-coordinate representation of color #413C41: hue angle of 300º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #413C41 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 65 -
CMYK 0 0.08 0 0.75
HSL 300º 0.04% 0.25% -
HSV(B) 300º 0.08% 0.25% -
XYZ 4.75 4.74 5.67 -
YUV 62.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 65 60 65 0 0.08 0 0.75 300 0.04 0.25
Hex 41 3C 41 0 8 0 4B 12C 4 19
Octal 101 74 101 0 10 0 113 454 4 31
Binary 1000001 111100 1000001 0 1000 0 1001011 100101100 100 11001

Color Harmonies of #413C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C41

Black with #413C41

Text Example


Text Example

White with #413C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413C41; }

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

 H1.HeaderClassName
 {
   color: #413C41;
 }
 .AnyTagClassName
 {
   color: #413C41;
 }
</style>

background-color css

<style>
 a { background-color: #413C41; }

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

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

border-color css

<style>
 span { border-color: #413C41; }

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

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