Html Css Color HEX #414235 Heavy Metal

📋 copy color: '#414235'

red 65 ◦ green 66 ◦ blue 53

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

Shades of Heavy Metal #414235

Tints of Heavy Metal #414235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.8%

R = 35.33%
G = 35.87%
B = 28.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#414235 (or 0x414235) is known color: Heavy Metal. HEX triplet: 41, 42 and 35. RGB value is (65,66,53). Sum of RGB (Red+Green+Blue) = 65+66+53=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 66 - color contains mainly: green. Hex color #414235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414235 is #BEBDCA. Grayscale: #404040. Windows color (decimal): -12500427 or 3490369. OLE color: 3490369.

HSL color Cylindrical-coordinate representation of color #414235: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #414235 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 53 -
CMYK 0.02 0 0.20 0.74
HSL 64.62º 0.11% 0.23% -
HSV(B) 64.62º 0.2% 0.26% -
XYZ 4.77 5.28 4.14 -
YUV 64.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 65 66 53 0.02 0 0.20 0.74 64.62 0.11 0.23
Hex 41 42 35 2 0 14 4A 41 B 17
Octal 101 102 65 2 0 24 112 101 13 27
Binary 1000001 1000010 110101 10 0 10100 1001010 1000001 1011 10111

Color Harmonies of #414235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414235

Black with #414235

Text Example


Text Example

White with #414235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414235; }

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

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

background-color css

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

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

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

border-color css

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

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

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