Html Css Color HEX #403340 Fuscous Grey

📋 copy color: '#403340'

red 64 ◦ green 51 ◦ blue 64

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

Shades of Fuscous Grey #403340

Tints of Fuscous Grey #403340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 35.75%
G = 28.49%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403340 (or 0x403340) is known color: Fuscous Grey. HEX triplet: 40, 33 and 40. RGB value is (64,51,64). Sum of RGB (Red+Green+Blue) = 64+51+64=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403340 is #BFCCBF. Grayscale: #383838. Windows color (decimal): -12569792 or 4207424. OLE color: 4207424.

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

Color convert

RGB 64 51 64 -
CMYK 0 0.20 0 0.75
HSL 300º 0.11% 0.23% -
HSV(B) 300º 0.2% 0.25% -
XYZ 4.22 3.83 5.37 -
YUV 56.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 64 51 64 0 0.20 0 0.75 300 0.11 0.23
Hex 40 33 40 0 14 0 4B 12C B 17
Octal 100 63 100 0 24 0 113 454 13 27
Binary 1000000 110011 1000000 0 10100 0 1001011 100101100 1011 10111

Color Harmonies of #403340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403340

Black with #403340

Text Example


Text Example

White with #403340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403340; }

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

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

background-color css

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

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

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

border-color css

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

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

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