Html Css Color HEX #434334 Heavy Metal

📋 copy color: '#434334'

red 67 ◦ green 67 ◦ blue 52

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

Shades of Heavy Metal #434334

Tints of Heavy Metal #434334

RGB

 RED value IS 67 (26.56% from 255) = 36.02%

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

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

R = 36.02%
G = 36.02%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#434334 (or 0x434334) is known color: Heavy Metal. HEX triplet: 43, 43 and 34. RGB value is (67,67,52). Sum of RGB (Red+Green+Blue) = 67+67+52=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434334 is #BCBCCB. Grayscale: #414141. Windows color (decimal): -12369100 or 3425091. OLE color: 3425091.

HSL color Cylindrical-coordinate representation of color #434334: hue angle of 60º 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 #434334 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 67 52 -
CMYK 0 0 0.22 0.74
HSL 60º 0.13% 0.23% -
HSV(B) 60º 0.22% 0.26% -
XYZ 4.94 5.46 4.04 -
YUV 65.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 67 67 52 0 0 0.22 0.74 60 0.13 0.23
Hex 43 43 34 0 0 16 4A 3C D 17
Octal 103 103 64 0 0 26 112 74 15 27
Binary 1000011 1000011 110100 0 0 10110 1001010 111100 1101 10111

Color Harmonies of #434334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434334

Black with #434334

Text Example


Text Example

White with #434334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434334; }

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

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

background-color css

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

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

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

border-color css

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

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

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