Html Css Color HEX #414137 Heavy Metal

📋 copy color: '#414137'

red 65 ◦ green 65 ◦ blue 55

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

Shades of Heavy Metal #414137

Tints of Heavy Metal #414137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 35.14%
G = 35.14%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#414137 (or 0x414137) is known color: Heavy Metal. HEX triplet: 41, 41 and 37. RGB value is (65,65,55). Sum of RGB (Red+Green+Blue) = 65+65+55=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414137 is #BEBEC8. Grayscale: #3F3F3F. Windows color (decimal): -12500681 or 3621185. OLE color: 3621185.

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

Color convert

RGB 65 65 55 -
CMYK 0 0 0.15 0.75
HSL 60º 0.08% 0.24% -
HSV(B) 60º 0.15% 0.25% -
XYZ 4.76 5.18 4.36 -
YUV 63.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 65 65 55 0 0 0.15 0.75 60 0.08 0.24
Hex 41 41 37 0 0 F 4B 3C 8 18
Octal 101 101 67 0 0 17 113 74 10 30
Binary 1000001 1000001 110111 0 0 1111 1001011 111100 1000 11000

Color Harmonies of #414137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414137

Black with #414137

Text Example


Text Example

White with #414137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414137; }

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

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

background-color css

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

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

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

border-color css

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

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

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