#42433D

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

Shades of Heavy Metal #42433D

Tints of Heavy Metal #42433D

Color information

#42433D (or 0x42433D) is unknown color: approx Heavy Metal. HEX triplet: 42, 43 and 3D. RGB value is (66,67,61). Sum of RGB (Red+Green+Blue) = 66+67+61=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 67 - color contains mainly: green. Hex color #42433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42433D is #BDBCC2. Grayscale: #424242. Windows color (decimal): -12434627 or 4014914. OLE color: 4014914.

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

Color convert

RGB666761-
CMYK0.0100.090.74
HSL70º4.69%25.1%-
HSV(B)70º8.96%26.27%-
XYZ5.15.515.21-
YUV66.02125.17127.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=34.02%
G=34.54%
B=31.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667610.0100.090.74704.6925.1
Hex42433D1094A46519
Octal102103751011112106531
Binary100001010000111111011010011001010100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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