Html Css Color HEX #403441 Fuscous Grey

📋 copy color: '#403441'

red 64 ◦ green 52 ◦ blue 65

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

Shades of Fuscous Grey #403441

Tints of Fuscous Grey #403441

RGB

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

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

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

R = 35.36%
G = 28.73%
B = 35.91%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403441 (or 0x403441) is known color: Fuscous Grey. HEX triplet: 40, 34 and 41. RGB value is (64,52,65). Sum of RGB (Red+Green+Blue) = 64+52+65=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: blue. Hex color #403441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403441 is #BFCBBE. Grayscale: #393939. Windows color (decimal): -12569535 or 4273216. OLE color: 4273216.

HSL color Cylindrical-coordinate representation of color #403441: hue angle of 295.38º 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 #403441 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 52 65 -
CMYK 0.02 0.20 0 0.75
HSL 295.38º 0.11% 0.23% -
HSV(B) 295.38º 0.2% 0.25% -
XYZ 4.3 3.93 5.53 -
YUV 57.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 64 52 65 0.02 0.20 0 0.75 295.38 0.11 0.23
Hex 40 34 41 2 14 0 4B 127 B 17
Octal 100 64 101 2 24 0 113 447 13 27
Binary 1000000 110100 1000001 10 10100 0 1001011 100100111 1011 10111

Color Harmonies of #403441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403441

Black with #403441

Text Example


Text Example

White with #403441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403441; }

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

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

background-color css

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

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

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

border-color css

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

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

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