Html Css Color HEX #403342 Fuscous Grey

📋 copy color: '#403342'

red 64 ◦ green 51 ◦ blue 66

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

Shades of Fuscous Grey #403342

Tints of Fuscous Grey #403342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 35.36%
G = 28.18%
B = 36.46%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403342 (or 0x403342) is known color: Fuscous Grey. HEX triplet: 40, 33 and 42. RGB value is (64,51,66). Sum of RGB (Red+Green+Blue) = 64+51+66=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: blue. Hex color #403342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403342 is #BFCCBD. Grayscale: #383838. Windows color (decimal): -12569790 or 4338496. OLE color: 4338496.

HSL color Cylindrical-coordinate representation of color #403342: hue angle of 292º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403342 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 51 66 -
CMYK 0.03 0.23 0 0.74
HSL 292º 0.13% 0.23% -
HSV(B) 292º 0.23% 0.26% -
XYZ 4.28 3.85 5.67 -
YUV 56.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 64 51 66 0.03 0.23 0 0.74 292 0.13 0.23
Hex 40 33 42 3 17 0 4A 124 D 17
Octal 100 63 102 3 27 0 112 444 15 27
Binary 1000000 110011 1000010 11 10111 0 1001010 100100100 1101 10111

Color Harmonies of #403342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403342

Black with #403342

Text Example


Text Example

White with #403342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403342; }

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

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

background-color css

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

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

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

border-color css

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

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

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