Html Css Color HEX #40313F Fuscous Grey

📋 copy color: '#40313F'

red 64 ◦ green 49 ◦ blue 63

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

Shades of Fuscous Grey #40313F

Tints of Fuscous Grey #40313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.84%

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

R = 36.36%
G = 27.84%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40313F (or 0x40313F) is known color: Fuscous Grey. HEX triplet: 40, 31 and 3F. RGB value is (64,49,63). Sum of RGB (Red+Green+Blue) = 64+49+63=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #40313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40313F is #BFCEC0. Grayscale: #373737. Windows color (decimal): -12570305 or 4141376. OLE color: 4141376.

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

Color convert

RGB 64 49 63 -
CMYK 0 0.23 0.02 0.75
HSL 304º 0.13% 0.22% -
HSV(B) 304º 0.23% 0.25% -
XYZ 4.11 3.65 5.19 -
YUV 55.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 64 49 63 0 0.23 0.02 0.75 304 0.13 0.22
Hex 40 31 3F 0 17 2 4B 130 D 16
Octal 100 61 77 0 27 2 113 460 15 26
Binary 1000000 110001 111111 0 10111 10 1001011 100110000 1101 10110

Color Harmonies of #40313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40313F

Black with #40313F

Text Example


Text Example

White with #40313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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