#294547

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

Shades of Dark Slate Grey #294547

Tints of Dark Slate Grey #294547

Color information

#294547 (or 0x294547) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 45 and 47. RGB value is (41,69,71). Sum of RGB (Red+Green+Blue) = 41+69+71=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 71 - color contains mainly: blue. Hex color #294547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294547 is #D6BAB8. Grayscale: #3C3C3C. Windows color (decimal): -14072505 or 4670761. OLE color: 4670761.

HSL color Cylindrical-coordinate representation of color #294547: hue angle of 184º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294547 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB416971-
CMYK0.420.0300.72
HSL184º26.79%21.96%-
HSV(B)184º42.25%27.84%-
XYZ4.185.186.74-
YUV60.86133.72113.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=22.65%
G=38.12%
B=39.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4169710.420.0300.7218426.7921.96
Hex2945472A3048b81b16
Octal5110510752301102703326
Binary101001100010110001111010101101001000101110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294547; }

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

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

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

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

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

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

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

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