Html Css Color HEX #414139 Heavy Metal

📋 copy color: '#414139'

red 65 ◦ green 65 ◦ blue 57

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

Shades of Heavy Metal #414139

Tints of Heavy Metal #414139

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 value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#414139 (or 0x414139) is known color: 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

RGB 65 65 57 -
CMYK 0 0 0.12 0.75
HSL 60º 0.07% 0.24% -
HSV(B) 60º 0.12% 0.25% -
XYZ 4.81 5.2 4.62 -
YUV 64.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 65 65 57 0 0 0.12 0.75 60 0.07 0.24
Hex 41 41 39 0 0 C 4B 3C 7 18
Octal 101 101 71 0 0 14 113 74 7 30
Binary 1000001 1000001 111001 0 0 1100 1001011 111100 111 11000

Color Harmonies of #414139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414139

Black with #414139

Text Example


Text Example

White with #414139

Text Example


Text Example

HTML Codes & Css Web 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>