Html Css Color HEX #414136 Heavy Metal

📋 copy color: '#414136'

red 65 ◦ green 65 ◦ blue 54

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

Shades of Heavy Metal #414136

Tints of Heavy Metal #414136

RGB

 RED value IS 65 (25.78% from 255) = 35.33%

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 35.33%
G = 35.33%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#414136 (or 0x414136) is known color: Heavy Metal. HEX triplet: 41, 41 and 36. RGB value is (65,65,54). Sum of RGB (Red+Green+Blue) = 65+65+54=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414136 is #BEBEC9. Grayscale: #3F3F3F. Windows color (decimal): -12500682 or 3555649. OLE color: 3555649.

HSL color Cylindrical-coordinate representation of color #414136: hue angle of 60º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414136 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 65 54 -
CMYK 0 0 0.17 0.75
HSL 60º 0.09% 0.23% -
HSV(B) 60º 0.17% 0.25% -
XYZ 4.74 5.17 4.24 -
YUV 63.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 65 65 54 0 0 0.17 0.75 60 0.09 0.23
Hex 41 41 36 0 0 11 4B 3C 9 17
Octal 101 101 66 0 0 21 113 74 11 27
Binary 1000001 1000001 110110 0 0 10001 1001011 111100 1001 10111

Color Harmonies of #414136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414136

Black with #414136

Text Example


Text Example

White with #414136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414136; }

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

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

background-color css

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

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

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

border-color css

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

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

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