#424235

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

Shades of Heavy Metal #424235

Tints of Heavy Metal #424235

Color information

#424235 (or 0x424235) is unknown color: approx Heavy Metal. HEX triplet: 42, 42 and 35. RGB value is (66,66,53). Sum of RGB (Red+Green+Blue) = 66+66+53=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424235 is #BDBDCA. Grayscale: #404040. Windows color (decimal): -12434891 or 3490370. OLE color: 3490370.

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

Color convert

RGB666653-
CMYK000.200.74
HSL60º10.92%23.33%-
HSV(B)60º19.7%25.88%-
XYZ4.845.314.14-
YUV64.52121.5129.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=35.68%
G=35.68%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666653000.200.746010.9223.33
Hex42423500144A3cb17
Octal102102650024112741327
Binary1000010100001011010100101001001010111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424235; }

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

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

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

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

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

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

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

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