Html Css Color HEX #403341 Fuscous Grey

📋 copy color: '#403341'

red 64 ◦ green 51 ◦ blue 65

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

Shades of Fuscous Grey #403341

Tints of Fuscous Grey #403341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 35.56%
G = 28.33%
B = 36.11%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403341 (or 0x403341) is known color: Fuscous Grey. HEX triplet: 40, 33 and 41. RGB value is (64,51,65). Sum of RGB (Red+Green+Blue) = 64+51+65=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #403341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403341 is #BFCCBE. Grayscale: #383838. Windows color (decimal): -12569791 or 4272960. OLE color: 4272960.

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

Color convert

RGB 64 51 65 -
CMYK 0.02 0.22 0 0.75
HSL 295.71º 0.12% 0.23% -
HSV(B) 295.71º 0.22% 0.25% -
XYZ 4.25 3.84 5.52 -
YUV 56.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 64 51 65 0.02 0.22 0 0.75 295.71 0.12 0.23
Hex 40 33 41 2 16 0 4B 128 C 17
Octal 100 63 101 2 26 0 113 450 14 27
Binary 1000000 110011 1000001 10 10110 0 1001011 100101000 1100 10111

Color Harmonies of #403341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403341

Black with #403341

Text Example


Text Example

White with #403341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403341; }

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

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

background-color css

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

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

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

border-color css

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

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

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