#414139

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

Shades of Heavy Metal #414139

Tints of Heavy Metal #414139

Color information

#414139 (or 0x414139) is unknown color: approx Heavy Metal. HEX triplet: 41, 41 and 39. RGB value is (65,65,57). Sum of RGB (Red+Green+Blue) = 65+65+57=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414139 is #BEBEC6. Grayscale: #404040. Windows color (decimal): -12500679 or 3752257. OLE color: 3752257.

HSL color Cylindrical-coordinate representation of color #414139: 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.12%. Process color model (Four color, CMYK) of #414139 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB656557-
CMYK000.120.75
HSL60º6.56%23.92%-
HSV(B)60º12.31%25.49%-
XYZ4.815.24.62-
YUV64.09124128.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=34.76%
G=34.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656557000.120.75606.5623.92
Hex41413900C4B3c718
Octal10110171001411374730
Binary10000011000001111001001100100101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414139; }

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

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

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

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

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

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

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

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