Html Css Color HEX #414237 Heavy Metal

📋 copy color: '#414237'

red 65 ◦ green 66 ◦ blue 55

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

Shades of Heavy Metal #414237

Tints of Heavy Metal #414237

RGB

 RED value IS 65 (25.78% from 255) = 34.95%

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 55 (21.88% from 255) = 29.57%

R = 34.95%
G = 35.48%
B = 29.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#414237 (or 0x414237) is known color: Heavy Metal. HEX triplet: 41, 42 and 37. RGB value is (65,66,55). Sum of RGB (Red+Green+Blue) = 65+66+55=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 66 - color contains mainly: green. Hex color #414237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414237 is #BEBDC8. Grayscale: #404040. Windows color (decimal): -12500425 or 3621441. OLE color: 3621441.

HSL color Cylindrical-coordinate representation of color #414237: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414237 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 55 -
CMYK 0.02 0 0.17 0.74
HSL 65.45º 0.09% 0.24% -
HSV(B) 65.45º 0.17% 0.26% -
XYZ 4.82 5.3 4.38 -
YUV 64.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 65 66 55 0.02 0 0.17 0.74 65.45 0.09 0.24
Hex 41 42 37 2 0 11 4A 41 9 18
Octal 101 102 67 2 0 21 112 101 11 30
Binary 1000001 1000010 110111 10 0 10001 1001010 1000001 1001 11000

Color Harmonies of #414237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414237

Black with #414237

Text Example


Text Example

White with #414237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414237; }

 p { color: rgb(65,66,55); }

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

background-color css

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

 a { background-color: rgb(65,66,55); }

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

border-color css

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

 span { border-color: rgb(65,66,55); }

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