#424141

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

Shades of Charcoal #424141

Tints of Charcoal #424141

Color information

#424141 (or 0x424141) is unknown color: approx Charcoal. HEX triplet: 42, 41 and 41. RGB value is (66,65,65). Sum of RGB (Red+Green+Blue) = 66+65+65=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 66 - color contains mainly: red. Hex color #424141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424141 is #BDBEBE. Grayscale: #414141. Windows color (decimal): -12435135 or 4276546. OLE color: 4276546.

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

Color convert

RGB666565-
CMYK00.020.020.74
HSL0.76%25.69%-
HSV(B)1.52%25.88%-
XYZ5.095.325.76-
YUV65.3127.83128.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=33.67%
G=33.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66656500.020.020.7400.7625.69
Hex4241410224A011a
Octal1021011010221120132
Binary1000010100000110000010101010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424141; }

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

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

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

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

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

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

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

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