Html Css Color HEX #42423D Heavy Metal

📋 copy color: '#42423D'

red 66 ◦ green 66 ◦ blue 61

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

Shades of Heavy Metal #42423D

Tints of Heavy Metal #42423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 34.2%
G = 34.2%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#42423D (or 0x42423D) is known color: Heavy Metal. HEX triplet: 42, 42 and 3D. RGB value is (66,66,61). Sum of RGB (Red+Green+Blue) = 66+66+61=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42423D is #BDBDC2. Grayscale: #414141. Windows color (decimal): -12434883 or 4014658. OLE color: 4014658.

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

Color convert

RGB 66 66 61 -
CMYK 0 0 0.08 0.74
HSL 60º 0.04% 0.25% -
HSV(B) 60º 0.08% 0.26% -
XYZ 5.04 5.39 5.19 -
YUV 65.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 66 66 61 0 0 0.08 0.74 60 0.04 0.25
Hex 42 42 3D 0 0 8 4A 3C 4 19
Octal 102 102 75 0 0 10 112 74 4 31
Binary 1000010 1000010 111101 0 0 1000 1001010 111100 100 11001

Color Harmonies of #42423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42423D

Black with #42423D

Text Example


Text Example

White with #42423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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