Html Css Color HEX #403841 Fuscous Grey

📋 copy color: '#403841'

red 64 ◦ green 56 ◦ blue 65

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

Shades of Fuscous Grey #403841

Tints of Fuscous Grey #403841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 34.59%
G = 30.27%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403841 (or 0x403841) is known color: Fuscous Grey. HEX triplet: 40, 38 and 41. RGB value is (64,56,65). Sum of RGB (Red+Green+Blue) = 64+56+65=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 65 - color contains mainly: blue. Hex color #403841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403841 is #BFC7BE. Grayscale: #3B3B3B. Windows color (decimal): -12568511 or 4274240. OLE color: 4274240.

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

Color convert

RGB 64 56 65 -
CMYK 0.02 0.14 0 0.75
HSL 293.33º 0.07% 0.24% -
HSV(B) 293.33º 0.14% 0.25% -
XYZ 4.48 4.3 5.59 -
YUV 59.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 64 56 65 0.02 0.14 0 0.75 293.33 0.07 0.24
Hex 40 38 41 2 E 0 4B 125 7 18
Octal 100 70 101 2 16 0 113 445 7 30
Binary 1000000 111000 1000001 10 1110 0 1001011 100100101 111 11000

Color Harmonies of #403841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403841

Black with #403841

Text Example


Text Example

White with #403841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403841; }

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

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

background-color css

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

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

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

border-color css

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

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

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