Html Css Color HEX #404038 Heavy Metal

📋 copy color: '#404038'

red 64 ◦ green 64 ◦ blue 56

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

Shades of Heavy Metal #404038

Tints of Heavy Metal #404038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 56 (22.27% from 255) = 30.43%

R = 34.78%
G = 34.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#404038 (or 0x404038) is known color: Heavy Metal. HEX triplet: 40, 40 and 38. RGB value is (64,64,56). Sum of RGB (Red+Green+Blue) = 64+64+56=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404038 is #BFBFC7. Grayscale: #3F3F3F. Windows color (decimal): -12566472 or 3686464. OLE color: 3686464.

HSL color Cylindrical-coordinate representation of color #404038: 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 #404038 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 64 56 -
CMYK 0 0 0.13 0.75
HSL 60º 0.07% 0.24% -
HSV(B) 60º 0.13% 0.25% -
XYZ 4.66 5.04 4.47 -
YUV 63.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 64 64 56 0 0 0.13 0.75 60 0.07 0.24
Hex 40 40 38 0 0 D 4B 3C 7 18
Octal 100 100 70 0 0 15 113 74 7 30
Binary 1000000 1000000 111000 0 0 1101 1001011 111100 111 11000

Color Harmonies of #404038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404038

Black with #404038

Text Example


Text Example

White with #404038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404038; }

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

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

background-color css

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

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

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

border-color css

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

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

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