#434340

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

Shades of Heavy Metal #434340

Tints of Heavy Metal #434340

Color information

#434340 (or 0x434340) is unknown color: approx Heavy Metal. HEX triplet: 43, 43 and 40. RGB value is (67,67,64). Sum of RGB (Red+Green+Blue) = 67+67+64=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434340 is #BCBCBF. Grayscale: #424242. Windows color (decimal): -12369088 or 4211523. OLE color: 4211523.

HSL color Cylindrical-coordinate representation of color #434340: hue angle of 60º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #434340 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB676764-
CMYK000.040.74
HSL60º2.29%25.69%-
HSV(B)60º4.48%26.27%-
XYZ5.255.585.65-
YUV66.66126.5128.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=33.84%
G=33.84%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676764000.040.74602.2925.69
Hex4343400044A3c21a
Octal10310310000411274232
Binary1000011100001110000000010010010101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434340; }

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

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

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

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

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

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

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

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