#423244

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

Shades of Fuscous Grey #423244

Tints of Fuscous Grey #423244

Color information

#423244 (or 0x423244) is unknown color: approx Fuscous Grey. HEX triplet: 42, 32 and 44. RGB value is (66,50,68). Sum of RGB (Red+Green+Blue) = 66+50+68=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #423244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423244 is #BDCDBB. Grayscale: #383838. Windows color (decimal): -12438972 or 4469314. OLE color: 4469314.

HSL color Cylindrical-coordinate representation of color #423244: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423244 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB665068-
CMYK0.030.2600.73
HSL293.33º15.25%23.14%-
HSV(B)293.33º26.47%26.67%-
XYZ4.433.865.98-
YUV56.84134.3134.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=35.87%
G=27.17%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6650680.030.2600.73293.3315.2523.14
Hex42324431A049125f17
Octal1026210433201114451727
Binary10000101100101000100111101001001001100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423244; }

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

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

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

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

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

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

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

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