#424040

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

Shades of Charcoal #424040

Tints of Charcoal #424040

Color information

#424040 (or 0x424040) is unknown color: approx Charcoal. HEX triplet: 42, 40 and 40. RGB value is (66,64,64). Sum of RGB (Red+Green+Blue) = 66+64+64=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 66 - color contains mainly: red. Hex color #424040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424040 is #BDBFBF. Grayscale: #404040. Windows color (decimal): -12435392 or 4210754. OLE color: 4210754.

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

Color convert

RGB666464-
CMYK00.030.030.74
HSL1.54%25.49%-
HSV(B)3.03%25.88%-
XYZ5.015.25.59-
YUV64.6127.66129-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=34.02%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66646400.030.030.7401.5425.49
Hex4240400334A0219
Octal1021001000331120231
Binary10000101000000100000001111100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424040; }

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

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

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

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

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

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

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

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