Html Css Color HEX #403C41 Fuscous Grey

📋 copy color: '#403C41'

red 64 ◦ green 60 ◦ blue 65

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

Shades of Fuscous Grey #403C41

Tints of Fuscous Grey #403C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.75%

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

R = 33.86%
G = 31.75%
B = 34.39%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403C41 (or 0x403C41) is known color: Fuscous Grey. HEX triplet: 40, 3C and 41. RGB value is (64,60,65). Sum of RGB (Red+Green+Blue) = 64+60+65=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 65 - color contains mainly: blue. Hex color #403C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C41 is #BFC3BE. Grayscale: #3D3D3D. Windows color (decimal): -12567487 or 4275264. OLE color: 4275264.

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

Color convert

RGB 64 60 65 -
CMYK 0.02 0.08 0 0.75
HSL 288º 0.04% 0.25% -
HSV(B) 288º 0.08% 0.25% -
XYZ 4.68 4.7 5.66 -
YUV 61.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 64 60 65 0.02 0.08 0 0.75 288 0.04 0.25
Hex 40 3C 41 2 8 0 4B 120 4 19
Octal 100 74 101 2 10 0 113 440 4 31
Binary 1000000 111100 1000001 10 1000 0 1001011 100100000 100 11001

Color Harmonies of #403C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C41

Black with #403C41

Text Example


Text Example

White with #403C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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