#434338

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

Shades of Heavy Metal #434338

Tints of Heavy Metal #434338

Color information

#434338 (or 0x434338) is unknown color: approx Heavy Metal. HEX triplet: 43, 43 and 38. RGB value is (67,67,56). Sum of RGB (Red+Green+Blue) = 67+67+56=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434338 is #BCBCC7. Grayscale: #414141. Windows color (decimal): -12369096 or 3687235. OLE color: 3687235.

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

Color convert

RGB676756-
CMYK000.160.74
HSL60º8.94%24.12%-
HSV(B)60º16.42%26.27%-
XYZ5.045.494.54-
YUV65.75122.5128.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=35.26%
G=35.26%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676756000.160.74608.9424.12
Hex43433800104A3c918
Octal103103700020112741130
Binary1000011100001111100000100001001010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434338; }

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

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

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

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

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

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

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

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