#404041

Color #404041 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #404041

Tints of Payne's Grey #404041

Color information

#404041 (or 0x404041) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 41. RGB value is (64,64,65). Sum of RGB (Red+Green+Blue) = 64+64+65=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 65 - color contains mainly: blue. Hex color #404041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404041 is #BFBFBE. Grayscale: #404040. Windows color (decimal): -12566463 or 4276288. OLE color: 4276288.

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

Color convert

RGB646465-
CMYK0.020.0200.75
HSL240º0.78%25.29%-
HSV(B)240º1.54%25.49%-
XYZ4.95.145.73-
YUV64.11128.5127.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=33.16%
G=33.16%
B=33.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6464650.020.0200.752400.7825.29
Hex4040412204Bf0119
Octal100100101220113360131
Binary10000001000000100000110100100101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404041; }

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

 H1.HeaderClassName
 {
   color: #404041;
 }
 .AnyTagClassName
 {
   color: #404041;
 }
</style>
background-color css

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

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

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

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

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

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