Html Css Color HEX #42423C Heavy Metal

📋 copy color: '#42423C'

red 66 ◦ green 66 ◦ blue 60

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

Shades of Heavy Metal #42423C

Tints of Heavy Metal #42423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.25%

R = 34.38%
G = 34.38%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#42423C (or 0x42423C) is known color: Heavy Metal. HEX triplet: 42, 42 and 3C. RGB value is (66,66,60). Sum of RGB (Red+Green+Blue) = 66+66+60=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 66 - color contains mainly: red, green. Hex color #42423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42423C is #BDBDC3. Grayscale: #414141. Windows color (decimal): -12434884 or 3949122. OLE color: 3949122.

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

Color convert

RGB 66 66 60 -
CMYK 0 0 0.09 0.74
HSL 60º 0.05% 0.25% -
HSV(B) 60º 0.09% 0.26% -
XYZ 5.01 5.38 5.05 -
YUV 65.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 66 66 60 0 0 0.09 0.74 60 0.05 0.25
Hex 42 42 3C 0 0 9 4A 3C 5 19
Octal 102 102 74 0 0 11 112 74 5 31
Binary 1000010 1000010 111100 0 0 1001 1001010 111100 101 11001

Color Harmonies of #42423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42423C

Black with #42423C

Text Example


Text Example

White with #42423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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