Html Css Color HEX #434342 Heavy Metal

📋 copy color: '#434342'

red 67 ◦ green 67 ◦ blue 66

#434342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heavy Metal #434342

Tints of Heavy Metal #434342

RGB

 RED value IS 67 (26.56% from 255) = 33.5%

 GREEN value IS 67 (26.56% from 255) = 33.5%

 BLUE value IS 66 (26.17% from 255) = 33%

R = 33.5%
G = 33.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#434342 (or 0x434342) is known color: Heavy Metal. HEX triplet: 43, 43 and 42. RGB value is (67,67,66). Sum of RGB (Red+Green+Blue) = 67+67+66=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434342 is #BCBCBD. Grayscale: #424242. Windows color (decimal): -12369086 or 4342595. OLE color: 4342595.

HSL color Cylindrical-coordinate representation of color #434342: 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.01%. Process color model (Four color, CMYK) of #434342 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 67 66 -
CMYK 0 0 0.01 0.74
HSL 60º 0.01% 0.26% -
HSV(B) 60º 0.01% 0.26% -
XYZ 5.31 5.6 5.96 -
YUV 66.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 67 67 66 0 0 0.01 0.74 60 0.01 0.26
Hex 43 43 42 0 0 1 4A 3C 1 1A
Octal 103 103 102 0 0 1 112 74 1 32
Binary 1000011 1000011 1000010 0 0 1 1001010 111100 1 11010

Color Harmonies of #434342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434342

Black with #434342

Text Example


Text Example

White with #434342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434342; }

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

 H1.HeaderClassName
 {
   color: #434342;
 }
 .AnyTagClassName
 {
   color: #434342;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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