#434148

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

Shades of Grape #434148

Tints of Grape #434148

Color information

#434148 (or 0x434148) is unknown color: approx Grape. HEX triplet: 43, 41 and 48. RGB value is (67,65,72). Sum of RGB (Red+Green+Blue) = 67+65+72=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #434148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434148 is #BCBEB7. Grayscale: #424242. Windows color (decimal): -12369592 or 4735299. OLE color: 4735299.

HSL color Cylindrical-coordinate representation of color #434148: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #434148 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB676572-
CMYK0.070.1000.72
HSL257.14º5.11%26.86%-
HSV(B)257.14º9.72%28.24%-
XYZ5.375.446.9-
YUV66.4131.16128.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=32.84%
G=31.86%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6765720.070.1000.72257.145.1126.86
Hex4341487A04810151b
Octal1031011107120110401533
Binary10000111000001100100011110100100100010000000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434148; }

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

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

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

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

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

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

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

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