Html Css Color HEX #40323F Fuscous Grey

📋 copy color: '#40323F'

red 64 ◦ green 50 ◦ blue 63

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

Shades of Fuscous Grey #40323F

Tints of Fuscous Grey #40323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

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

R = 36.16%
G = 28.25%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#40323F (or 0x40323F) is known color: Fuscous Grey. HEX triplet: 40, 32 and 3F. RGB value is (64,50,63). Sum of RGB (Red+Green+Blue) = 64+50+63=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40323F is #BFCDC0. Grayscale: #373737. Windows color (decimal): -12570049 or 4141632. OLE color: 4141632.

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

Color convert

RGB 64 50 63 -
CMYK 0 0.22 0.02 0.75
HSL 304.29º 0.12% 0.22% -
HSV(B) 304.29º 0.22% 0.25% -
XYZ 4.15 3.73 5.2 -
YUV 55.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 64 50 63 0 0.22 0.02 0.75 304.29 0.12 0.22
Hex 40 32 3F 0 16 2 4B 130 C 16
Octal 100 62 77 0 26 2 113 460 14 26
Binary 1000000 110010 111111 0 10110 10 1001011 100110000 1100 10110

Color Harmonies of #40323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40323F

Black with #40323F

Text Example


Text Example

White with #40323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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