Html Css Color HEX #42423F Heavy Metal

📋 copy color: '#42423F'

red 66 ◦ green 66 ◦ blue 63

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

Shades of Heavy Metal #42423F

Tints of Heavy Metal #42423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.31%

R = 33.85%
G = 33.85%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42423F (or 0x42423F) is known color: Heavy Metal. HEX triplet: 42, 42 and 3F. RGB value is (66,66,63). Sum of RGB (Red+Green+Blue) = 66+66+63=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42423F is #BDBDC0. Grayscale: #414141. Windows color (decimal): -12434881 or 4145730. OLE color: 4145730.

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

Color convert

RGB 66 66 63 -
CMYK 0 0 0.05 0.74
HSL 60º 0.02% 0.25% -
HSV(B) 60º 0.05% 0.26% -
XYZ 5.09 5.41 5.48 -
YUV 65.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 66 66 63 0 0 0.05 0.74 60 0.02 0.25
Hex 42 42 3F 0 0 5 4A 3C 2 19
Octal 102 102 77 0 0 5 112 74 2 31
Binary 1000010 1000010 111111 0 0 101 1001010 111100 10 11001

Color Harmonies of #42423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42423F

Black with #42423F

Text Example


Text Example

White with #42423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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