#43433F

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

Shades of Heavy Metal #43433F

Tints of Heavy Metal #43433F

Color information

#43433F (or 0x43433F) is unknown color: approx Heavy Metal. HEX triplet: 43, 43 and 3F. RGB value is (67,67,63). Sum of RGB (Red+Green+Blue) = 67+67+63=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 67 - color contains mainly: red, green. Hex color #43433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43433F is #BCBCC0. Grayscale: #424242. Windows color (decimal): -12369089 or 4145987. OLE color: 4145987.

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

Color convert

RGB676763-
CMYK000.060.74
HSL60º3.08%25.49%-
HSV(B)60º5.97%26.27%-
XYZ5.225.575.5-
YUV66.54126128.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 63 (25% from 255) = 31.98%
R=34.01%
G=34.01%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676763000.060.74603.0825.49
Hex43433F0064A3c319
Octal1031037700611274331
Binary100001110000111111110011010010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43433F; }

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

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

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

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

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

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

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

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