#403851

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

Shades of Grape #403851

Tints of Grape #403851

Color information

#403851 (or 0x403851) is unknown color: approx Grape. HEX triplet: 40, 38 and 51. RGB value is (64,56,81). Sum of RGB (Red+Green+Blue) = 64+56+81=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #403851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403851 is #BFC7AE. Grayscale: #3D3D3D. Windows color (decimal): -12568495 or 5322816. OLE color: 5322816.

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

Color convert

RGB645681-
CMYK0.210.3100.68
HSL259.2º18.25%26.86%-
HSV(B)259.2º30.86%31.76%-
XYZ5.014.518.39-
YUV61.24139.15129.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=31.84%
G=27.86%
B=40.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6456810.210.3100.68259.218.2526.86
Hex403851151F044103121b
Octal10070121253701044032233
Binary100000011100010100011010111111010001001000000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403851; }

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

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

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

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

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

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

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

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