Html Css Color HEX #40403B Heavy Metal

📋 copy color: '#40403B'

red 64 ◦ green 64 ◦ blue 59

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

Shades of Heavy Metal #40403B

Tints of Heavy Metal #40403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 34.22%
G = 34.22%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40403B (or 0x40403B) is known color: Heavy Metal. HEX triplet: 40, 40 and 3B. RGB value is (64,64,59). Sum of RGB (Red+Green+Blue) = 64+64+59=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403B is #BFBFC4. Grayscale: #3F3F3F. Windows color (decimal): -12566469 or 3883072. OLE color: 3883072.

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

Color convert

RGB 64 64 59 -
CMYK 0 0 0.08 0.75
HSL 60º 0.04% 0.24% -
HSV(B) 60º 0.08% 0.25% -
XYZ 4.74 5.07 4.87 -
YUV 63.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 64 64 59 0 0 0.08 0.75 60 0.04 0.24
Hex 40 40 3B 0 0 8 4B 3C 4 18
Octal 100 100 73 0 0 10 113 74 4 30
Binary 1000000 1000000 111011 0 0 1000 1001011 111100 100 11000

Color Harmonies of #40403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40403B

Black with #40403B

Text Example


Text Example

White with #40403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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