Html Css Color HEX #413341 Fuscous Grey

📋 copy color: '#413341'

red 65 ◦ green 51 ◦ blue 65

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

Shades of Fuscous Grey #413341

Tints of Fuscous Grey #413341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 35.91%
G = 28.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#413341 (or 0x413341) is known color: Fuscous Grey. HEX triplet: 41, 33 and 41. RGB value is (65,51,65). Sum of RGB (Red+Green+Blue) = 65+51+65=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #413341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413341 is #BECCBE. Grayscale: #383838. Windows color (decimal): -12504255 or 4272961. OLE color: 4272961.

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

Color convert

RGB 65 51 65 -
CMYK 0 0.22 0 0.75
HSL 300º 0.12% 0.23% -
HSV(B) 300º 0.22% 0.25% -
XYZ 4.32 3.87 5.52 -
YUV 56.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 65 51 65 0 0.22 0 0.75 300 0.12 0.23
Hex 41 33 41 0 16 0 4B 12C C 17
Octal 101 63 101 0 26 0 113 454 14 27
Binary 1000001 110011 1000001 0 10110 0 1001011 100101100 1100 10111

Color Harmonies of #413341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413341

Black with #413341

Text Example


Text Example

White with #413341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413341; }

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

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

background-color css

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

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

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

border-color css

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

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

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