#43433A

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

Shades of Heavy Metal #43433A

Tints of Heavy Metal #43433A

Color information

#43433A (or 0x43433A) is unknown color: approx Heavy Metal. HEX triplet: 43, 43 and 3A. RGB value is (67,67,58). Sum of RGB (Red+Green+Blue) = 67+67+58=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 67 - color contains mainly: red, green. Hex color #43433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43433A is #BCBCC5. Grayscale: #424242. Windows color (decimal): -12369094 or 3818307. OLE color: 3818307.

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

Color convert

RGB676758-
CMYK000.130.74
HSL60º7.2%24.51%-
HSV(B)60º13.43%26.27%-
XYZ5.095.514.8-
YUV65.97123.5128.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=34.90%
G=34.90%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676758000.130.74607.224.51
Hex43433A00D4A3c719
Octal10310372001511274731
Binary10000111000011111010001101100101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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