#444040

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

Shades of Charcoal #444040

Tints of Charcoal #444040

Color information

#444040 (or 0x444040) is unknown color: approx Charcoal. HEX triplet: 44, 40 and 40. RGB value is (68,64,64). Sum of RGB (Red+Green+Blue) = 68+64+64=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 68 - color contains mainly: red. Hex color #444040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444040 is #BBBFBF. Grayscale: #414141. Windows color (decimal): -12304320 or 4210756. OLE color: 4210756.

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

Color convert

RGB686464-
CMYK00.060.060.73
HSL3.03%25.88%-
HSV(B)5.88%26.67%-
XYZ5.145.275.6-
YUV65.2127.33130-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=34.69%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68646400.060.060.7303.0325.88
Hex44404006649031a
Octal1041001000661110332
Binary1000100100000010000000110110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444040; }

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

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

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

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

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

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

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

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