#41423A

Color #41423A Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #41423A

Tints of Heavy Metal #41423A

Color information

#41423A (or 0x41423A) is unknown color: approx Heavy Metal. HEX triplet: 41, 42 and 3A. RGB value is (65,66,58). Sum of RGB (Red+Green+Blue) = 65+66+58=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 66 - color contains mainly: green. Hex color #41423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41423A is #BEBDC5. Grayscale: #404040. Windows color (decimal): -12500422 or 3818049. OLE color: 3818049.

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

Color convert

RGB656658-
CMYK0.0200.120.74
HSL67.5º6.45%24.31%-
HSV(B)67.5º12.12%25.88%-
XYZ4.895.334.77-
YUV64.79124.17128.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=34.39%
G=34.92%
B=30.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566580.0200.120.7467.56.4524.31
Hex41423A20C4A43618
Octal101102722014112103630
Binary1000001100001011101010011001001010100001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41423A;
 }
 .AnyTagClassName
 {
   color: #41423A;
 }
</style>
background-color css

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

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

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

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

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

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