Html Css Color HEX #403941 Fuscous Grey

📋 copy color: '#403941'

red 64 ◦ green 57 ◦ blue 65

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

Shades of Fuscous Grey #403941

Tints of Fuscous Grey #403941

RGB

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

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

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

R = 34.41%
G = 30.65%
B = 34.95%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403941 (or 0x403941) is known color: Fuscous Grey. HEX triplet: 40, 39 and 41. RGB value is (64,57,65). Sum of RGB (Red+Green+Blue) = 64+57+65=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #403941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403941 is #BFC6BE. Grayscale: #3B3B3B. Windows color (decimal): -12568255 or 4274496. OLE color: 4274496.

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

Color convert

RGB 64 57 65 -
CMYK 0.02 0.12 0 0.75
HSL 292.5º 0.07% 0.24% -
HSV(B) 292.5º 0.12% 0.25% -
XYZ 4.53 4.4 5.61 -
YUV 60.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 64 57 65 0.02 0.12 0 0.75 292.5 0.07 0.24
Hex 40 39 41 2 C 0 4B 124 7 18
Octal 100 71 101 2 14 0 113 444 7 30
Binary 1000000 111001 1000001 10 1100 0 1001011 100100100 111 11000

Color Harmonies of #403941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403941

Black with #403941

Text Example


Text Example

White with #403941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403941; }

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

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

background-color css

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

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

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

border-color css

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

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

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