Html Css Color HEX #42423A Heavy Metal

📋 copy color: '#42423A'

red 66 ◦ green 66 ◦ blue 58

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

Shades of Heavy Metal #42423A

Tints of Heavy Metal #42423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.53%

R = 34.74%
G = 34.74%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#42423A (or 0x42423A) is known color: Heavy Metal. HEX triplet: 42, 42 and 3A. RGB value is (66,66,58). Sum of RGB (Red+Green+Blue) = 66+66+58=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42423A is #BDBDC5. Grayscale: #414141. Windows color (decimal): -12434886 or 3818050. OLE color: 3818050.

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

Color convert

RGB 66 66 58 -
CMYK 0 0 0.12 0.74
HSL 60º 0.06% 0.24% -
HSV(B) 60º 0.12% 0.26% -
XYZ 4.96 5.36 4.78 -
YUV 65.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 66 66 58 0 0 0.12 0.74 60 0.06 0.24
Hex 42 42 3A 0 0 C 4A 3C 6 18
Octal 102 102 72 0 0 14 112 74 6 30
Binary 1000010 1000010 111010 0 0 1100 1001010 111100 110 11000

Color Harmonies of #42423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42423A

Black with #42423A

Text Example


Text Example

White with #42423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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