#423950

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

Shades of Grape #423950

Tints of Grape #423950

Color information

#423950 (or 0x423950) is unknown color: approx Grape. HEX triplet: 42, 39 and 50. RGB value is (66,57,80). Sum of RGB (Red+Green+Blue) = 66+57+80=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #423950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423950 is #BDC6AF. Grayscale: #3E3E3E. Windows color (decimal): -12437168 or 5257538. OLE color: 5257538.

HSL color Cylindrical-coordinate representation of color #423950: hue angle of 263.48º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423950 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665780-
CMYK0.170.2900.69
HSL263.48º16.79%26.86%-
HSV(B)263.48º28.75%31.37%-
XYZ5.164.668.22-
YUV62.31137.98130.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=32.51%
G=28.08%
B=39.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6657800.170.2900.69263.4816.7926.86
Hex423950111D045107111b
Octal10271120213501054072133
Binary100001011100110100001000111101010001011000001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423950; }

 p { color: rgb(66,57,80); }

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

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

 a { background-color: rgb(66,57,80); }

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

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

 span { border-color: rgb(66,57,80); }

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