#43414C

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

Shades of Grape #43414C

Tints of Grape #43414C

Color information

#43414C (or 0x43414C) is unknown color: approx Grape. HEX triplet: 43, 41 and 4C. RGB value is (67,65,76). Sum of RGB (Red+Green+Blue) = 67+65+76=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #43414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43414C is #BCBEB3. Grayscale: #424242. Windows color (decimal): -12369588 or 4997443. OLE color: 4997443.

HSL color Cylindrical-coordinate representation of color #43414C: hue angle of 250.91º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #43414C is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB676576-
CMYK0.120.1400.70
HSL250.91º7.8%27.65%-
HSV(B)250.91º14.47%29.8%-
XYZ5.515.57.61-
YUV66.85133.16128.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=32.21%
G=31.25%
B=36.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6765760.120.1400.70250.917.827.65
Hex43414CCE046fb81c
Octal103101114141601063731034
Binary100001110000011001100110011100100011011111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43414C; }

 p { color: rgb(67,65,76); }

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

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

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

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

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

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

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