#414138

Color #414138 Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #414138

Tints of Heavy Metal #414138

Color information

#414138 (or 0x414138) is unknown color: approx Heavy Metal. HEX triplet: 41, 41 and 38. RGB value is (65,65,56). Sum of RGB (Red+Green+Blue) = 65+65+56=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414138 is #BEBEC7. Grayscale: #404040. Windows color (decimal): -12500680 or 3686721. OLE color: 3686721.

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

Color convert

RGB656556-
CMYK000.140.75
HSL60º7.44%23.73%-
HSV(B)60º13.85%25.49%-
XYZ4.785.194.49-
YUV63.97123.5128.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=34.95%
G=34.95%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656556000.140.75607.4423.73
Hex41413800E4B3c718
Octal10110170001611374730
Binary10000011000001111000001110100101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414138; }

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

 H1.HeaderClassName
 {
   color: #414138;
 }
 .AnyTagClassName
 {
   color: #414138;
 }
</style>
background-color css

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

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

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

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

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

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