Html Css Color HEX #424338 Heavy Metal

📋 copy color: '#424338'

red 66 ◦ green 67 ◦ blue 56

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

Shades of Heavy Metal #424338

Tints of Heavy Metal #424338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 34.92%
G = 35.45%
B = 29.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#424338 (or 0x424338) is known color: Heavy Metal. HEX triplet: 42, 43 and 38. RGB value is (66,67,56). Sum of RGB (Red+Green+Blue) = 66+67+56=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #424338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424338 is #BDBCC7. Grayscale: #414141. Windows color (decimal): -12434632 or 3687234. OLE color: 3687234.

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

Color convert

RGB 66 67 56 -
CMYK 0.01 0 0.16 0.74
HSL 65.45º 0.09% 0.24% -
HSV(B) 65.45º 0.16% 0.26% -
XYZ 4.97 5.46 4.53 -
YUV 65.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 66 67 56 0.01 0 0.16 0.74 65.45 0.09 0.24
Hex 42 43 38 1 0 10 4A 41 9 18
Octal 102 103 70 1 0 20 112 101 11 30
Binary 1000010 1000011 111000 1 0 10000 1001010 1000001 1001 11000

Color Harmonies of #424338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424338

Black with #424338

Text Example


Text Example

White with #424338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424338; }

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

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

background-color css

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

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

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

border-color css

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

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

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