Html Css Color HEX #294949 Dark Slate Grey

📋 copy color: '#294949'

red 41 ◦ green 73 ◦ blue 73

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

Shades of Dark Slate Grey #294949

Tints of Dark Slate Grey #294949

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 value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#294949 (or 0x294949) is known color: 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

RGB 41 73 73 -
CMYK 0.44 0 0 0.71
HSL 180º 0.28% 0.22% -
HSV(B) 180º 0.44% 0.29% -
XYZ 4.5 5.72 7.17 -
YUV 63.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 41 73 73 0.44 0 0 0.71 180 0.28 0.22
Hex 29 49 49 2C 0 0 47 B4 1C 16
Octal 51 111 111 54 0 0 107 264 34 26
Binary 101001 1001001 1001001 101100 0 0 1000111 10110100 11100 10110

Color Harmonies of #294949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294949

Black with #294949

Text Example


Text Example

White with #294949

Text Example


Text Example

HTML Codes & Css Web 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>