#424142

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

Shades of Fuscous Grey #424142

Tints of Fuscous Grey #424142

Color information

#424142 (or 0x424142) is unknown color: approx Fuscous Grey. HEX triplet: 42, 41 and 42. RGB value is (66,65,66). Sum of RGB (Red+Green+Blue) = 66+65+66=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #424142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424142 is #BDBEBD. Grayscale: #414141. Windows color (decimal): -12435134 or 4342082. OLE color: 4342082.

HSL color Cylindrical-coordinate representation of color #424142: hue angle of 300º 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 #424142 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB666566-
CMYK00.0200.74
HSL300º0.76%25.69%-
HSV(B)300º1.52%25.88%-
XYZ5.125.335.91-
YUV65.41128.33128.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66656600.0200.743000.7625.69
Hex4241420204A12c11a
Octal102101102020112454132
Binary10000101000001100001001001001010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424142; }

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

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

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

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

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

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

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

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