Html Css Color HEX #424235 Heavy Metal

📋 copy color: '#424235'

red 66 ◦ green 66 ◦ blue 53

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

Shades of Heavy Metal #424235

Tints of Heavy Metal #424235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 35.68%
G = 35.68%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#424235 (or 0x424235) is known color: Heavy Metal. HEX triplet: 42, 42 and 35. RGB value is (66,66,53). Sum of RGB (Red+Green+Blue) = 66+66+53=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424235 is #BDBDCA. Grayscale: #404040. Windows color (decimal): -12434891 or 3490370. OLE color: 3490370.

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

Color convert

RGB 66 66 53 -
CMYK 0 0 0.20 0.74
HSL 60º 0.11% 0.23% -
HSV(B) 60º 0.2% 0.26% -
XYZ 4.84 5.31 4.14 -
YUV 64.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 66 66 53 0 0 0.20 0.74 60 0.11 0.23
Hex 42 42 35 0 0 14 4A 3C B 17
Octal 102 102 65 0 0 24 112 74 13 27
Binary 1000010 1000010 110101 0 0 10100 1001010 111100 1011 10111

Color Harmonies of #424235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424235

Black with #424235

Text Example


Text Example

White with #424235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424235; }

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

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

background-color css

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

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

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

border-color css

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

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

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