Html Css Color HEX #40343F Fuscous Grey

📋 copy color: '#40343F'

red 64 ◦ green 52 ◦ blue 63

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

Shades of Fuscous Grey #40343F

Tints of Fuscous Grey #40343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.05%

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

R = 35.75%
G = 29.05%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40343F (or 0x40343F) is known color: Fuscous Grey. HEX triplet: 40, 34 and 3F. RGB value is (64,52,63). Sum of RGB (Red+Green+Blue) = 64+52+63=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 64 - color contains mainly: red. Hex color #40343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40343F is #BFCBC0. Grayscale: #383838. Windows color (decimal): -12569537 or 4142144. OLE color: 4142144.

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

Color convert

RGB 64 52 63 -
CMYK 0 0.19 0.02 0.75
HSL 305º 0.1% 0.23% -
HSV(B) 305º 0.19% 0.25% -
XYZ 4.24 3.9 5.23 -
YUV 56.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 64 52 63 0 0.19 0.02 0.75 305 0.1 0.23
Hex 40 34 3F 0 13 2 4B 131 A 17
Octal 100 64 77 0 23 2 113 461 12 27
Binary 1000000 110100 111111 0 10011 10 1001011 100110001 1010 10111

Color Harmonies of #40343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40343F

Black with #40343F

Text Example


Text Example

White with #40343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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