Html Css Color HEX #434341 Heavy Metal

📋 copy color: '#434341'

red 67 ◦ green 67 ◦ blue 65

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

Shades of Heavy Metal #434341

Tints of Heavy Metal #434341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 33.67%
G = 33.67%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#434341 (or 0x434341) is known color: Heavy Metal. HEX triplet: 43, 43 and 41. RGB value is (67,67,65). Sum of RGB (Red+Green+Blue) = 67+67+65=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434341 is #BCBCBE. Grayscale: #424242. Windows color (decimal): -12369087 or 4277059. OLE color: 4277059.

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

Color convert

RGB 67 67 65 -
CMYK 0 0 0.03 0.74
HSL 60º 0.02% 0.26% -
HSV(B) 60º 0.03% 0.26% -
XYZ 5.28 5.59 5.8 -
YUV 66.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 67 67 65 0 0 0.03 0.74 60 0.02 0.26
Hex 43 43 41 0 0 3 4A 3C 2 1A
Octal 103 103 101 0 0 3 112 74 2 32
Binary 1000011 1000011 1000001 0 0 11 1001010 111100 10 11010

Color Harmonies of #434341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434341

Black with #434341

Text Example


Text Example

White with #434341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434341; }

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

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

background-color css

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

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

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

border-color css

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

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

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