#424242

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

Shades of Charcoal #424242

Tints of Charcoal #424242

Color information

#424242 (or 0x424242) is unknown color: approx Charcoal. HEX triplet: 42, 42 and 42. RGB value is (66,66,66). Sum of RGB (Red+Green+Blue) = 66+66+66=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 66 - color contains mainly: red, green, blue. Hex color #424242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424242 is #BDBDBD. Grayscale: #424242. Windows color (decimal): -12434878 or 4342338. OLE color: 4342338.

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

Color convert

RGB666666-
CMYK0000.74
HSL0%25.88%-
HSV(B)0%25.88%-
XYZ5.185.455.93-
YUV66128128-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6666660000.740025.88
Hex4242420004A001a
Octal1021021020001120032
Binary10000101000010100001000010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424242; }

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

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

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

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

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

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

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

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