#434336

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

Shades of Heavy Metal #434336

Tints of Heavy Metal #434336

Color information

#434336 (or 0x434336) is unknown color: approx Heavy Metal. HEX triplet: 43, 43 and 36. RGB value is (67,67,54). Sum of RGB (Red+Green+Blue) = 67+67+54=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434336 is #BCBCC9. Grayscale: #414141. Windows color (decimal): -12369098 or 3556163. OLE color: 3556163.

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

Color convert

RGB676754-
CMYK000.190.74
HSL60º10.74%23.73%-
HSV(B)60º19.4%26.27%-
XYZ4.995.474.28-
YUV65.52121.5129.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.64%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=35.64%
G=35.64%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676754000.190.746010.7423.73
Hex43433600134A3cb18
Octal103103660023112741330
Binary1000011100001111011000100111001010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434336; }

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

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

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

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

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

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

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

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