#434051

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

Shades of Grape #434051

Tints of Grape #434051

Color information

#434051 (or 0x434051) is unknown color: approx Grape. HEX triplet: 43, 40 and 51. RGB value is (67,64,81). Sum of RGB (Red+Green+Blue) = 67+64+81=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #434051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434051 is #BCBFAE. Grayscale: #424242. Windows color (decimal): -12369839 or 5324867. OLE color: 5324867.

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

Color convert

RGB676481-
CMYK0.170.2100.68
HSL250.59º11.72%28.43%-
HSV(B)250.59º20.99%31.76%-
XYZ5.635.458.54-
YUV66.83135.99128.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=31.60%
G=30.19%
B=38.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6764810.170.2100.68250.5911.7228.43
Hex4340511115044fbc1c
Octal103100121212501043731434
Binary10000111000000101000110001101010100010011111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434051; }

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

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

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

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

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

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

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

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