Html Css Color HEX #404139 Heavy Metal

📋 copy color: '#404139'

red 64 ◦ green 65 ◦ blue 57

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

Shades of Heavy Metal #404139

Tints of Heavy Metal #404139

RGB

 RED value IS 64 (25.39% from 255) = 34.41%

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

 BLUE value IS 57 (22.66% from 255) = 30.65%

R = 34.41%
G = 34.95%
B = 30.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#404139 (or 0x404139) is known color: Heavy Metal. HEX triplet: 40, 41 and 39. RGB value is (64,65,57). Sum of RGB (Red+Green+Blue) = 64+65+57=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #404139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404139 is #BFBEC6. Grayscale: #3F3F3F. Windows color (decimal): -12566215 or 3752256. OLE color: 3752256.

HSL color Cylindrical-coordinate representation of color #404139: hue angle of 67.5º 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 #404139 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 57 -
CMYK 0.02 0 0.12 0.75
HSL 67.5º 0.07% 0.24% -
HSV(B) 67.5º 0.12% 0.25% -
XYZ 4.74 5.17 4.62 -
YUV 63.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 64 65 57 0.02 0 0.12 0.75 67.5 0.07 0.24
Hex 40 41 39 2 0 C 4B 44 7 18
Octal 100 101 71 2 0 14 113 104 7 30
Binary 1000000 1000001 111001 10 0 1100 1001011 1000100 111 11000

Color Harmonies of #404139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404139

Black with #404139

Text Example


Text Example

White with #404139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404139; }

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

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

background-color css

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

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

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

border-color css

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

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

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