Html Css Color HEX #413941 Fuscous Grey

📋 copy color: '#413941'

red 65 ◦ green 57 ◦ blue 65

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

Shades of Fuscous Grey #413941

Tints of Fuscous Grey #413941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

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

R = 34.76%
G = 30.48%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413941 (or 0x413941) is known color: Fuscous Grey. HEX triplet: 41, 39 and 41. RGB value is (65,57,65). Sum of RGB (Red+Green+Blue) = 65+57+65=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413941 is #BEC6BE. Grayscale: #3C3C3C. Windows color (decimal): -12502719 or 4274497. OLE color: 4274497.

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

Color convert

RGB 65 57 65 -
CMYK 0 0.12 0 0.75
HSL 300º 0.07% 0.24% -
HSV(B) 300º 0.12% 0.25% -
XYZ 4.6 4.43 5.61 -
YUV 60.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 65 57 65 0 0.12 0 0.75 300 0.07 0.24
Hex 41 39 41 0 C 0 4B 12C 7 18
Octal 101 71 101 0 14 0 113 454 7 30
Binary 1000001 111001 1000001 0 1100 0 1001011 100101100 111 11000

Color Harmonies of #413941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413941

Black with #413941

Text Example


Text Example

White with #413941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413941; }

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

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

background-color css

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

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

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

border-color css

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

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

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