#444438

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

Shades of Heavy Metal #444438

Tints of Heavy Metal #444438

Color information

#444438 (or 0x444438) is unknown color: approx Heavy Metal. HEX triplet: 44, 44 and 38. RGB value is (68,68,56). Sum of RGB (Red+Green+Blue) = 68+68+56=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444438 is #BBBBC7. Grayscale: #424242. Windows color (decimal): -12303304 or 3687492. OLE color: 3687492.

HSL color Cylindrical-coordinate representation of color #444438: hue angle of 60º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444438 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB686856-
CMYK000.180.73
HSL60º9.68%24.31%-
HSV(B)60º17.65%26.67%-
XYZ5.165.654.56-
YUV66.63122128.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=35.42%
G=35.42%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686856000.180.73609.6824.31
Hex4444380012493ca18
Octal104104700022111741230
Binary1000100100010011100000100101001001111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444438; }

 p { color: rgb(68,68,56); }

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

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

 a { background-color: rgb(68,68,56); }

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

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

 span { border-color: rgb(68,68,56); }

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