#423242

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

Shades of Fuscous Grey #423242

Tints of Fuscous Grey #423242

Color information

#423242 (or 0x423242) is unknown color: approx Fuscous Grey. HEX triplet: 42, 32 and 42. RGB value is (66,50,66). Sum of RGB (Red+Green+Blue) = 66+50+66=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423242 is #BDCDBD. Grayscale: #383838. Windows color (decimal): -12438974 or 4338242. OLE color: 4338242.

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

Color convert

RGB665066-
CMYK00.2400.74
HSL300º13.79%22.75%-
HSV(B)300º24.24%25.88%-
XYZ4.373.835.66-
YUV56.61133.3134.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=36.26%
G=27.47%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66506600.2400.7430013.7922.75
Hex42324201804A12ce17
Octal1026210203001124541627
Binary1000010110010100001001100001001010100101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423242; }

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

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

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

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

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

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

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

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