Html Css Color HEX #40413A Heavy Metal

📋 copy color: '#40413A'

red 64 ◦ green 65 ◦ blue 58

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

Shades of Heavy Metal #40413A

Tints of Heavy Metal #40413A

RGB

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

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

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

R = 34.22%
G = 34.76%
B = 31.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#40413A (or 0x40413A) is known color: Heavy Metal. HEX triplet: 40, 41 and 3A. RGB value is (64,65,58). Sum of RGB (Red+Green+Blue) = 64+65+58=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 65 - color contains mainly: green. Hex color #40413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40413A is #BFBEC5. Grayscale: #3F3F3F. Windows color (decimal): -12566214 or 3817792. OLE color: 3817792.

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

Color convert

RGB 64 65 58 -
CMYK 0.02 0 0.11 0.75
HSL 68.57º 0.06% 0.24% -
HSV(B) 68.57º 0.11% 0.25% -
XYZ 4.77 5.18 4.75 -
YUV 63.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 64 65 58 0.02 0 0.11 0.75 68.57 0.06 0.24
Hex 40 41 3A 2 0 B 4B 45 6 18
Octal 100 101 72 2 0 13 113 105 6 30
Binary 1000000 1000001 111010 10 0 1011 1001011 1000101 110 11000

Color Harmonies of #40413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40413A

Black with #40413A

Text Example


Text Example

White with #40413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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