Html Css Color HEX #403741 Fuscous Grey

📋 copy color: '#403741'

red 64 ◦ green 55 ◦ blue 65

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

Shades of Fuscous Grey #403741

Tints of Fuscous Grey #403741

RGB

 RED value IS 64 (25.39% from 255) = 34.78%

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

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

R = 34.78%
G = 29.89%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403741 (or 0x403741) is known color: Fuscous Grey. HEX triplet: 40, 37 and 41. RGB value is (64,55,65). Sum of RGB (Red+Green+Blue) = 64+55+65=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #403741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403741 is #BFC8BE. Grayscale: #3A3A3A. Windows color (decimal): -12568767 or 4273984. OLE color: 4273984.

HSL color Cylindrical-coordinate representation of color #403741: hue angle of 294º 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 #403741 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 65 -
CMYK 0.02 0.15 0 0.75
HSL 294º 0.08% 0.24% -
HSV(B) 294º 0.15% 0.25% -
XYZ 4.43 4.2 5.58 -
YUV 58.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 64 55 65 0.02 0.15 0 0.75 294 0.08 0.24
Hex 40 37 41 2 F 0 4B 126 8 18
Octal 100 67 101 2 17 0 113 446 10 30
Binary 1000000 110111 1000001 10 1111 0 1001011 100100110 1000 11000

Color Harmonies of #403741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403741

Black with #403741

Text Example


Text Example

White with #403741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403741; }

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

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

background-color css

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

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

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

border-color css

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

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

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