#43443C

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

Shades of Heavy Metal #43443C

Tints of Heavy Metal #43443C

Color information

#43443C (or 0x43443C) is unknown color: approx Heavy Metal. HEX triplet: 43, 44 and 3C. RGB value is (67,68,60). Sum of RGB (Red+Green+Blue) = 67+68+60=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 68 - color contains mainly: green. Hex color #43443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43443C is #BCBBC3. Grayscale: #424242. Windows color (decimal): -12368836 or 3949635. OLE color: 3949635.

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

Color convert

RGB676860-
CMYK0.0100.120.73
HSL67.5º6.25%25.1%-
HSV(B)67.5º11.76%26.67%-
XYZ5.25.655.09-
YUV66.79124.17128.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=34.36%
G=34.87%
B=30.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768600.0100.120.7367.56.2525.1
Hex43443C10C4944619
Octal103104741014111104631
Binary100001110001001111001011001001001100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43443C; }

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

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

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

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

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

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

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

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