#423041

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

Shades of Fuscous Grey #423041

Tints of Fuscous Grey #423041

Color information

#423041 (or 0x423041) is unknown color: approx Fuscous Grey. HEX triplet: 42, 30 and 41. RGB value is (66,48,65). Sum of RGB (Red+Green+Blue) = 66+48+65=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #423041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423041 is #BDCFBE. Grayscale: #373737. Windows color (decimal): -12439487 or 4272194. OLE color: 4272194.

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

Color convert

RGB664865-
CMYK00.270.020.74
HSL303.33º15.79%22.35%-
HSV(B)303.33º27.27%25.88%-
XYZ4.263.655.48-
YUV55.32133.46135.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=36.87%
G=26.82%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66486500.270.020.74303.3315.7922.35
Hex42304101B24A12f1016
Octal1026010103321124572026
Binary100001011000010000010110111010010101001011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423041; }

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

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

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

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

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

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

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

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