Html Css Color HEX #424241 Heavy Metal

📋 copy color: '#424241'

red 66 ◦ green 66 ◦ blue 65

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

Shades of Heavy Metal #424241

Tints of Heavy Metal #424241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.99%

R = 33.5%
G = 33.5%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#424241 (or 0x424241) is known color: Heavy Metal. HEX triplet: 42, 42 and 41. RGB value is (66,66,65). Sum of RGB (Red+Green+Blue) = 66+66+65=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424241 is #BDBDBE. Grayscale: #414141. Windows color (decimal): -12434879 or 4276802. OLE color: 4276802.

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

Color convert

RGB 66 66 65 -
CMYK 0 0 0.02 0.74
HSL 60º 0.01% 0.26% -
HSV(B) 60º 0.02% 0.26% -
XYZ 5.15 5.44 5.78 -
YUV 65.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 66 66 65 0 0 0.02 0.74 60 0.01 0.26
Hex 42 42 41 0 0 2 4A 3C 1 1A
Octal 102 102 101 0 0 2 112 74 1 32
Binary 1000010 1000010 1000001 0 0 10 1001010 111100 1 11010

Color Harmonies of #424241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424241

Black with #424241

Text Example


Text Example

White with #424241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424241; }

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

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

background-color css

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

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

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

border-color css

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

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

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