#29494D

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

Shades of Dark Slate Grey #29494D

Tints of Dark Slate Grey #29494D

Color information

#29494D (or 0x29494D) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 49 and 4D. RGB value is (41,73,77). Sum of RGB (Red+Green+Blue) = 41+73+77=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #29494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29494D is #D6B6B2. Grayscale: #3F3F3F. Windows color (decimal): -14071475 or 5065001. OLE color: 5065001.

HSL color Cylindrical-coordinate representation of color #29494D: hue angle of 186.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29494D is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB417377-
CMYK0.470.0500.70
HSL186.67º30.51%23.14%-
HSV(B)186.67º46.75%30.2%-
XYZ4.645.777.89-
YUV63.89135.4111.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=21.47%
G=38.22%
B=40.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4173770.470.0500.70186.6730.5123.14
Hex29494D2F5046bb1f17
Octal5111111557501062733727
Binary1010011001001100110110111110101000110101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29494D; }

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

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

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

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

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

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

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

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