Html Css Color HEX #294849 Dark Slate Grey

📋 copy color: '#294849'

red 41 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #294849

Tints of Dark Slate Grey #294849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 22.04%
G = 38.71%
B = 39.25%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#294849 (or 0x294849) is known color: Dark Slate Grey. HEX triplet: 29, 48 and 49. RGB value is (41,72,73). Sum of RGB (Red+Green+Blue) = 41+72+73=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #294849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294849 is #D6B7B6. Grayscale: #3E3E3E. Windows color (decimal): -14071735 or 4802601. OLE color: 4802601.

HSL color Cylindrical-coordinate representation of color #294849: hue angle of 181.88º 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 #294849 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 72 73 -
CMYK 0.44 0.01 0 0.71
HSL 181.88º 0.28% 0.22% -
HSV(B) 181.88º 0.44% 0.29% -
XYZ 4.43 5.59 7.15 -
YUV 62.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 41 72 73 0.44 0.01 0 0.71 181.88 0.28 0.22
Hex 29 48 49 2C 1 0 47 B6 1C 16
Octal 51 110 111 54 1 0 107 266 34 26
Binary 101001 1001000 1001001 101100 1 0 1000111 10110110 11100 10110

Color Harmonies of #294849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294849

Black with #294849

Text Example


Text Example

White with #294849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294849; }

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

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

background-color css

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

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

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

border-color css

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

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

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