#423D42

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

Shades of Fuscous Grey #423D42

Tints of Fuscous Grey #423D42

Color information

#423D42 (or 0x423D42) is unknown color: approx Fuscous Grey. HEX triplet: 42, 3D and 42. RGB value is (66,61,66). Sum of RGB (Red+Green+Blue) = 66+61+66=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D42 is #BDC2BD. Grayscale: #3F3F3F. Windows color (decimal): -12436158 or 4341058. OLE color: 4341058.

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

Color convert

RGB666166-
CMYK00.0800.74
HSL300º3.94%24.9%-
HSV(B)300º7.58%25.88%-
XYZ4.94.895.84-
YUV63.06129.66130.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=34.20%
G=31.61%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66616600.0800.743003.9424.9
Hex423D420804A12c419
Octal102751020100112454431
Binary10000101111011000010010000100101010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D42; }

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

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

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

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

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

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

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

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