Html Css Color HEX #40403A Heavy Metal

📋 copy color: '#40403A'

red 64 ◦ green 64 ◦ blue 58

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

Shades of Heavy Metal #40403A

Tints of Heavy Metal #40403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.18%

R = 34.41%
G = 34.41%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40403A (or 0x40403A) is known color: Heavy Metal. HEX triplet: 40, 40 and 3A. RGB value is (64,64,58). Sum of RGB (Red+Green+Blue) = 64+64+58=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403A is #BFBFC5. Grayscale: #3F3F3F. Windows color (decimal): -12566470 or 3817536. OLE color: 3817536.

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

Color convert

RGB 64 64 58 -
CMYK 0 0 0.09 0.75
HSL 60º 0.05% 0.24% -
HSV(B) 60º 0.09% 0.25% -
XYZ 4.71 5.06 4.73 -
YUV 63.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 64 64 58 0 0 0.09 0.75 60 0.05 0.24
Hex 40 40 3A 0 0 9 4B 3C 5 18
Octal 100 100 72 0 0 11 113 74 5 30
Binary 1000000 1000000 111010 0 0 1001 1001011 111100 101 11000

Color Harmonies of #40403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40403A

Black with #40403A

Text Example


Text Example

White with #40403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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