#423044

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

Shades of Fuscous Grey #423044

Tints of Fuscous Grey #423044

Color information

#423044 (or 0x423044) is unknown color: approx Fuscous Grey. HEX triplet: 42, 30 and 44. RGB value is (66,48,68). Sum of RGB (Red+Green+Blue) = 66+48+68=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #423044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423044 is #BDCFBB. Grayscale: #373737. Windows color (decimal): -12439484 or 4468802. OLE color: 4468802.

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

Color convert

RGB664868-
CMYK0.030.2900.73
HSL294º17.24%22.75%-
HSV(B)294º29.41%26.67%-
XYZ4.353.695.95-
YUV55.66134.96135.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=36.26%
G=26.37%
B=37.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6648680.030.2900.7329417.2422.75
Hex42304431D0491261117
Octal1026010433501114462127
Binary100001011000010001001111101010010011001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423044; }

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

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

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

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

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

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

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

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