#43443A

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

Shades of Heavy Metal #43443A

Tints of Heavy Metal #43443A

Color information

#43443A (or 0x43443A) is unknown color: approx Heavy Metal. HEX triplet: 43, 44 and 3A. RGB value is (67,68,58). Sum of RGB (Red+Green+Blue) = 67+68+58=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 68 - color contains mainly: green. Hex color #43443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43443A is #BCBBC5. Grayscale: #424242. Windows color (decimal): -12368838 or 3818563. OLE color: 3818563.

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

Color convert

RGB676858-
CMYK0.0100.150.73
HSL66º7.94%24.71%-
HSV(B)66º14.71%26.67%-
XYZ5.155.634.82-
YUV66.56123.17128.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=34.72%
G=35.23%
B=30.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768580.0100.150.73667.9424.71
Hex43443A10F4942819
Octal1031047210171111021031
Binary1000011100010011101010111110010011000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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