#403951

Color #403951 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #403951

Tints of Grape #403951

Color information

#403951 (or 0x403951) is unknown color: approx Grape. HEX triplet: 40, 39 and 51. RGB value is (64,57,81). Sum of RGB (Red+Green+Blue) = 64+57+81=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #403951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403951 is #BFC6AE. Grayscale: #3D3D3D. Windows color (decimal): -12568239 or 5323072. OLE color: 5323072.

HSL color Cylindrical-coordinate representation of color #403951: hue angle of 257.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403951 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB645781-
CMYK0.210.3000.68
HSL257.5º17.39%27.06%-
HSV(B)257.5º29.63%31.76%-
XYZ5.064.618.41-
YUV61.83138.82129.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=31.68%
G=28.22%
B=40.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6457810.210.3000.68257.517.3927.06
Hex403951151E044102111b
Octal10071121253601044022133
Binary100000011100110100011010111110010001001000000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403951; }

 p { color: rgb(64,57,81); }

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

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

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

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

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

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

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