Html Css Color HEX #40373F Fuscous Grey

📋 copy color: '#40373F'

red 64 ◦ green 55 ◦ blue 63

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

Shades of Fuscous Grey #40373F

Tints of Fuscous Grey #40373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.62%

R = 35.16%
G = 30.22%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40373F (or 0x40373F) is known color: Fuscous Grey. HEX triplet: 40, 37 and 3F. RGB value is (64,55,63). Sum of RGB (Red+Green+Blue) = 64+55+63=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #40373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373F is #BFC8C0. Grayscale: #3A3A3A. Windows color (decimal): -12568769 or 4142912. OLE color: 4142912.

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

Color convert

RGB 64 55 63 -
CMYK 0 0.14 0.02 0.75
HSL 306.67º 0.08% 0.23% -
HSV(B) 306.67º 0.14% 0.25% -
XYZ 4.38 4.18 5.28 -
YUV 58.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 64 55 63 0 0.14 0.02 0.75 306.67 0.08 0.23
Hex 40 37 3F 0 E 2 4B 133 8 17
Octal 100 67 77 0 16 2 113 463 10 27
Binary 1000000 110111 111111 0 1110 10 1001011 100110011 1000 10111

Color Harmonies of #40373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40373F

Black with #40373F

Text Example


Text Example

White with #40373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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