#44443A

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

Shades of Heavy Metal #44443A

Tints of Heavy Metal #44443A

Color information

#44443A (or 0x44443A) is unknown color: approx Heavy Metal. HEX triplet: 44, 44 and 3A. RGB value is (68,68,58). Sum of RGB (Red+Green+Blue) = 68+68+58=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 68 - color contains mainly: red, green. Hex color #44443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44443A is #BBBBC5. Grayscale: #424242. Windows color (decimal): -12303302 or 3818564. OLE color: 3818564.

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

Color convert

RGB686858-
CMYK000.150.73
HSL60º7.94%24.71%-
HSV(B)60º14.71%26.67%-
XYZ5.215.674.82-
YUV66.86123128.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=35.05%
G=35.05%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686858000.150.73607.9424.71
Hex44443A00F493c819
Octal104104720017111741031
Binary100010010001001110100011111001001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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