Html Css Color HEX #403B40 Fuscous Grey

📋 copy color: '#403B40'

red 64 ◦ green 59 ◦ blue 64

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

Shades of Fuscous Grey #403B40

Tints of Fuscous Grey #403B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 34.22%
G = 31.55%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403B40 (or 0x403B40) is known color: Fuscous Grey. HEX triplet: 40, 3B and 40. RGB value is (64,59,64). Sum of RGB (Red+Green+Blue) = 64+59+64=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B40 is #BFC4BF. Grayscale: #3D3D3D. Windows color (decimal): -12567744 or 4209472. OLE color: 4209472.

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

Color convert

RGB 64 59 64 -
CMYK 0 0.08 0 0.75
HSL 300º 0.04% 0.24% -
HSV(B) 300º 0.08% 0.25% -
XYZ 4.6 4.59 5.49 -
YUV 61.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 64 59 64 0 0.08 0 0.75 300 0.04 0.24
Hex 40 3B 40 0 8 0 4B 12C 4 18
Octal 100 73 100 0 10 0 113 454 4 30
Binary 1000000 111011 1000000 0 1000 0 1001011 100101100 100 11000

Color Harmonies of #403B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B40

Black with #403B40

Text Example


Text Example

White with #403B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,59,64); }

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

background-color css

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

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

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

border-color css

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

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

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