Html Css Color HEX #41423C Heavy Metal

📋 copy color: '#41423C'

red 65 ◦ green 66 ◦ blue 60

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

Shades of Heavy Metal #41423C

Tints of Heavy Metal #41423C

RGB

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

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

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

R = 34.03%
G = 34.55%
B = 31.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#41423C (or 0x41423C) is known color: Heavy Metal. HEX triplet: 41, 42 and 3C. RGB value is (65,66,60). Sum of RGB (Red+Green+Blue) = 65+66+60=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 66 - color contains mainly: green. Hex color #41423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41423C is #BEBDC3. Grayscale: #414141. Windows color (decimal): -12500420 or 3949121. OLE color: 3949121.

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

Color convert

RGB 65 66 60 -
CMYK 0.02 0 0.09 0.74
HSL 70º 0.05% 0.25% -
HSV(B) 70º 0.09% 0.26% -
XYZ 4.94 5.35 5.05 -
YUV 65.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 65 66 60 0.02 0 0.09 0.74 70 0.05 0.25
Hex 41 42 3C 2 0 9 4A 46 5 19
Octal 101 102 74 2 0 11 112 106 5 31
Binary 1000001 1000010 111100 10 0 1001 1001010 1000110 101 11001

Color Harmonies of #41423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41423C

Black with #41423C

Text Example


Text Example

White with #41423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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