#42433C

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

Shades of Heavy Metal #42433C

Tints of Heavy Metal #42433C

Color information

#42433C (or 0x42433C) is unknown color: approx Heavy Metal. HEX triplet: 42, 43 and 3C. RGB value is (66,67,60). Sum of RGB (Red+Green+Blue) = 66+67+60=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 67 - color contains mainly: green. Hex color #42433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433C is #BDBCC3. Grayscale: #414141. Windows color (decimal): -12434628 or 3949378. OLE color: 3949378.

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

Color convert

RGB666760-
CMYK0.0100.100.74
HSL68.57º5.51%24.9%-
HSV(B)68.57º10.45%26.27%-
XYZ5.075.55.07-
YUV65.9124.67128.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=34.20%
G=34.72%
B=31.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667600.0100.100.7468.575.5124.9
Hex42433C10A4A45619
Octal102103741012112105631
Binary100001010000111111001010101001010100010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42433C; }

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

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

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

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

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

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

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

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