Html Css Color HEX #413741 Fuscous Grey

📋 copy color: '#413741'

red 65 ◦ green 55 ◦ blue 65

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

Shades of Fuscous Grey #413741

Tints of Fuscous Grey #413741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

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

R = 35.14%
G = 29.73%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413741 (or 0x413741) is known color: Fuscous Grey. HEX triplet: 41, 37 and 41. RGB value is (65,55,65). Sum of RGB (Red+Green+Blue) = 65+55+65=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413741 is #BEC8BE. Grayscale: #3B3B3B. Windows color (decimal): -12503231 or 4273985. OLE color: 4273985.

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

Color convert

RGB 65 55 65 -
CMYK 0 0.15 0 0.75
HSL 300º 0.08% 0.24% -
HSV(B) 300º 0.15% 0.25% -
XYZ 4.5 4.24 5.58 -
YUV 59.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 65 55 65 0 0.15 0 0.75 300 0.08 0.24
Hex 41 37 41 0 F 0 4B 12C 8 18
Octal 101 67 101 0 17 0 113 454 10 30
Binary 1000001 110111 1000001 0 1111 0 1001011 100101100 1000 11000

Color Harmonies of #413741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413741

Black with #413741

Text Example


Text Example

White with #413741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413741; }

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

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

background-color css

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

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

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

border-color css

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

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

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