Html Css Color HEX #29474A Dark Slate Grey

📋 copy color: '#29474A'

red 41 ◦ green 71 ◦ blue 74

#29474A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #29474A

Tints of Dark Slate Grey #29474A

RGB

 RED value IS 41 (16.41% from 255) = 22.04%

 GREEN value IS 71 (28.13% from 255) = 38.17%

 BLUE value IS 74 (29.3% from 255) = 39.78%

R = 22.04%
G = 38.17%
B = 39.78%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29474A (or 0x29474A) is known color: Dark Slate Grey. HEX triplet: 29, 47 and 4A. RGB value is (41,71,74). Sum of RGB (Red+Green+Blue) = 41+71+74=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #29474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29474A is #D6B8B5. Grayscale: #3E3E3E. Windows color (decimal): -14071990 or 4867881. OLE color: 4867881.

HSL color Cylindrical-coordinate representation of color #29474A: hue angle of 185.45º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29474A is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 71 74 -
CMYK 0.45 0.04 0 0.71
HSL 185.45º 0.29% 0.23% -
HSV(B) 185.45º 0.45% 0.29% -
XYZ 4.4 5.47 7.3 -
YUV 62.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 41 71 74 0.45 0.04 0 0.71 185.45 0.29 0.23
Hex 29 47 4A 2D 4 0 47 B9 1D 17
Octal 51 107 112 55 4 0 107 271 35 27
Binary 101001 1000111 1001010 101101 100 0 1000111 10111001 11101 10111

Color Harmonies of #29474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29474A

Black with #29474A

Text Example


Text Example

White with #29474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29474A; }

 p { color: rgb(41,71,74); }

 H1.HeaderClassName
 {
   color: #29474A;
 }
 .AnyTagClassName
 {
   color: #29474A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #29474A;
 }
 .BgClassName
 {
   background-color: #29474A;
 }
</style>

border-color css

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

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

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