#424241

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

Shades of Heavy Metal #424241

Tints of Heavy Metal #424241

Color information

#424241 (or 0x424241) is unknown color: approx Heavy Metal. HEX triplet: 42, 42 and 41. RGB value is (66,66,65). Sum of RGB (Red+Green+Blue) = 66+66+65=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424241 is #BDBDBE. Grayscale: #414141. Windows color (decimal): -12434879 or 4276802. OLE color: 4276802.

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

Color convert

RGB666665-
CMYK000.020.74
HSL60º0.76%25.69%-
HSV(B)60º1.52%25.88%-
XYZ5.155.445.78-
YUV65.89127.5128.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=33.50%
G=33.50%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666665000.020.74600.7625.69
Hex4242410024A3c11a
Octal10210210100211274132
Binary10000101000010100000100101001010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424241; }

 p { color: rgb(66,66,65); }

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

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

 a { background-color: rgb(66,66,65); }

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

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

 span { border-color: rgb(66,66,65); }

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