Html Css Color HEX #424238 Heavy Metal

📋 copy color: '#424238'

red 66 ◦ green 66 ◦ blue 56

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

Shades of Heavy Metal #424238

Tints of Heavy Metal #424238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 35.11%
G = 35.11%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#424238 (or 0x424238) is known color: Heavy Metal. HEX triplet: 42, 42 and 38. RGB value is (66,66,56). Sum of RGB (Red+Green+Blue) = 66+66+56=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424238 is #BDBDC7. Grayscale: #404040. Windows color (decimal): -12434888 or 3686978. OLE color: 3686978.

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

Color convert

RGB 66 66 56 -
CMYK 0 0 0.15 0.74
HSL 60º 0.08% 0.24% -
HSV(B) 60º 0.15% 0.26% -
XYZ 4.91 5.34 4.51 -
YUV 64.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 66 66 56 0 0 0.15 0.74 60 0.08 0.24
Hex 42 42 38 0 0 F 4A 3C 8 18
Octal 102 102 70 0 0 17 112 74 10 30
Binary 1000010 1000010 111000 0 0 1111 1001010 111100 1000 11000

Color Harmonies of #424238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424238

Black with #424238

Text Example


Text Example

White with #424238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424238; }

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

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

background-color css

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

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

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

border-color css

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

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

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