#294949

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

Shades of Dark Slate Grey #294949

Tints of Dark Slate Grey #294949

Color information

#294949 (or 0x294949) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 49 and 49. RGB value is (41,73,73). Sum of RGB (Red+Green+Blue) = 41+73+73=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #294949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294949 is #D6B6B6. Grayscale: #3F3F3F. Windows color (decimal): -14071479 or 4802857. OLE color: 4802857.

HSL color Cylindrical-coordinate representation of color #294949: hue angle of 180º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294949 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB417373-
CMYK0.44000.71
HSL180º28.07%22.35%-
HSV(B)180º43.84%28.63%-
XYZ4.55.727.17-
YUV63.43133.4112-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=21.93%
G=39.04%
B=39.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173730.44000.7118028.0722.35
Hex2949492C0047b41c16
Octal5111111154001072643426
Binary10100110010011001001101100001000111101101001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294949; }

 p { color: rgb(41,73,73); }

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

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

 a { background-color: rgb(41,73,73); }

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

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

 span { border-color: rgb(41,73,73); }

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