#434048

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

Shades of Grape #434048

Tints of Grape #434048

Color information

#434048 (or 0x434048) is unknown color: approx Grape. HEX triplet: 43, 40 and 48. RGB value is (67,64,72). Sum of RGB (Red+Green+Blue) = 67+64+72=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 72 - color contains mainly: blue. Hex color #434048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434048 is #BCBFB7. Grayscale: #414141. Windows color (decimal): -12369848 or 4735043. OLE color: 4735043.

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

Color convert

RGB676472-
CMYK0.070.1100.72
HSL262.5º5.88%26.67%-
HSV(B)262.5º11.11%28.24%-
XYZ5.325.336.88-
YUV65.81131.49128.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=33.00%
G=31.53%
B=35.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6764720.070.1100.72262.55.8826.67
Hex4340487B04810661b
Octal1031001107130110406633
Binary10000111000000100100011110110100100010000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434048; }

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

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

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

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

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

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

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

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