#434333

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

Shades of Heavy Metal #434333

Tints of Heavy Metal #434333

Color information

#434333 (or 0x434333) is unknown color: approx Heavy Metal. HEX triplet: 43, 43 and 33. RGB value is (67,67,51). Sum of RGB (Red+Green+Blue) = 67+67+51=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434333 is #BCBCCC. Grayscale: #414141. Windows color (decimal): -12369101 or 3359555. OLE color: 3359555.

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

Color convert

RGB676751-
CMYK000.240.74
HSL60º13.56%23.14%-
HSV(B)60º23.88%26.27%-
XYZ4.925.453.92-
YUV65.18120129.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 51 (20.31% from 255) = 27.57%
R=36.22%
G=36.22%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676751000.240.746013.5623.14
Hex43433300184A3ce17
Octal103103630030112741627
Binary1000011100001111001100110001001010111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434333; }

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

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

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

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

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

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

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

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