Html Css Color HEX #424334 Heavy Metal

📋 copy color: '#424334'

red 66 ◦ green 67 ◦ blue 52

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

Shades of Heavy Metal #424334

Tints of Heavy Metal #424334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 35.68%
G = 36.22%
B = 28.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#424334 (or 0x424334) is known color: Heavy Metal. HEX triplet: 42, 43 and 34. RGB value is (66,67,52). Sum of RGB (Red+Green+Blue) = 66+67+52=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #424334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424334 is #BDBCCB. Grayscale: #414141. Windows color (decimal): -12434636 or 3425090. OLE color: 3425090.

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

Color convert

RGB 66 67 52 -
CMYK 0.01 0 0.22 0.74
HSL 64º 0.13% 0.23% -
HSV(B) 64º 0.22% 0.26% -
XYZ 4.87 5.42 4.04 -
YUV 64.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 66 67 52 0.01 0 0.22 0.74 64 0.13 0.23
Hex 42 43 34 1 0 16 4A 40 D 17
Octal 102 103 64 1 0 26 112 100 15 27
Binary 1000010 1000011 110100 1 0 10110 1001010 1000000 1101 10111

Color Harmonies of #424334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424334

Black with #424334

Text Example


Text Example

White with #424334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424334; }

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

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

background-color css

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

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

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

border-color css

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

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

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