#424337

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

Shades of Heavy Metal #424337

Tints of Heavy Metal #424337

Color information

#424337 (or 0x424337) is unknown color: approx Heavy Metal. HEX triplet: 42, 43 and 37. RGB value is (66,67,55). Sum of RGB (Red+Green+Blue) = 66+67+55=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 67 - color contains mainly: green. Hex color #424337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424337 is #BDBCC8. Grayscale: #414141. Windows color (decimal): -12434633 or 3621698. OLE color: 3621698.

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

Color convert

RGB666755-
CMYK0.0100.180.74
HSL65º9.84%23.92%-
HSV(B)65º17.91%26.27%-
XYZ4.945.454.41-
YUV65.33122.17128.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=35.11%
G=35.64%
B=29.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667550.0100.180.74659.8423.92
Hex42433710124A41a18
Octal1021036710221121011230
Binary10000101000011110111101001010010101000001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424337; }

 p { color: rgb(66,67,55); }

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

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

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

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

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

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

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