Html Css Color HEX #42423E Heavy Metal

📋 copy color: '#42423E'

red 66 ◦ green 66 ◦ blue 62

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

Shades of Heavy Metal #42423E

Tints of Heavy Metal #42423E

RGB

 RED value IS 66 (26.17% from 255) = 34.02%

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 62 (24.61% from 255) = 31.96%

R = 34.02%
G = 34.02%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#42423E (or 0x42423E) is known color: Heavy Metal. HEX triplet: 42, 42 and 3E. RGB value is (66,66,62). Sum of RGB (Red+Green+Blue) = 66+66+62=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42423E is #BDBDC1. Grayscale: #414141. Windows color (decimal): -12434882 or 4080194. OLE color: 4080194.

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

Color convert

RGB 66 66 62 -
CMYK 0 0 0.06 0.74
HSL 60º 0.03% 0.25% -
HSV(B) 60º 0.06% 0.26% -
XYZ 5.06 5.4 5.33 -
YUV 65.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 66 66 62 0 0 0.06 0.74 60 0.03 0.25
Hex 42 42 3E 0 0 6 4A 3C 3 19
Octal 102 102 76 0 0 6 112 74 3 31
Binary 1000010 1000010 111110 0 0 110 1001010 111100 11 11001

Color Harmonies of #42423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42423E

Black with #42423E

Text Example


Text Example

White with #42423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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