#434439

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

Shades of Heavy Metal #434439

Tints of Heavy Metal #434439

Color information

#434439 (or 0x434439) is unknown color: approx Heavy Metal. HEX triplet: 43, 44 and 39. RGB value is (67,68,57). Sum of RGB (Red+Green+Blue) = 67+68+57=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #434439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434439 is #BCBBC6. Grayscale: #424242. Windows color (decimal): -12368839 or 3753027. OLE color: 3753027.

HSL color Cylindrical-coordinate representation of color #434439: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434439 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB676857-
CMYK0.0100.160.73
HSL65.45º8.8%24.51%-
HSV(B)65.45º16.18%26.67%-
XYZ5.125.624.69-
YUV66.45122.67128.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=34.90%
G=35.42%
B=29.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768570.0100.160.7365.458.824.51
Hex43443910104941919
Octal1031047110201111011131
Binary10000111000100111001101000010010011000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434439; }

 p { color: rgb(67,68,57); }

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

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

 a { background-color: rgb(67,68,57); }

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

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

 span { border-color: rgb(67,68,57); }

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