Html Css Color HEX #40403C Heavy Metal

📋 copy color: '#40403C'

red 64 ◦ green 64 ◦ blue 60

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

Shades of Heavy Metal #40403C

Tints of Heavy Metal #40403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.91%

R = 34.04%
G = 34.04%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40403C (or 0x40403C) is known color: Heavy Metal. HEX triplet: 40, 40 and 3C. RGB value is (64,64,60). Sum of RGB (Red+Green+Blue) = 64+64+60=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40403C is #BFBFC3. Grayscale: #3F3F3F. Windows color (decimal): -12566468 or 3948608. OLE color: 3948608.

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

Color convert

RGB 64 64 60 -
CMYK 0 0 0.06 0.75
HSL 60º 0.03% 0.24% -
HSV(B) 60º 0.06% 0.25% -
XYZ 4.76 5.08 5.01 -
YUV 63.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 64 64 60 0 0 0.06 0.75 60 0.03 0.24
Hex 40 40 3C 0 0 6 4B 3C 3 18
Octal 100 100 74 0 0 6 113 74 3 30
Binary 1000000 1000000 111100 0 0 110 1001011 111100 11 11000

Color Harmonies of #40403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40403C

Black with #40403C

Text Example


Text Example

White with #40403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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