#294748

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

Shades of Dark Slate Grey #294748

Tints of Dark Slate Grey #294748

Color information

#294748 (or 0x294748) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 47 and 48. RGB value is (41,71,72). Sum of RGB (Red+Green+Blue) = 41+71+72=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #294748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294748 is #D6B8B7. Grayscale: #3E3E3E. Windows color (decimal): -14071992 or 4736809. OLE color: 4736809.

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

Color convert

RGB417172-
CMYK0.430.0100.72
HSL181.94º27.43%22.16%-
HSV(B)181.94º43.06%28.24%-
XYZ4.345.456.95-
YUV62.14133.56112.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=22.28%
G=38.59%
B=39.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171720.430.0100.72181.9427.4322.16
Hex2947482B1048b61b16
Octal5110711053101102663326
Binary10100110001111001000101011101001000101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294748; }

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

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

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

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

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

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

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

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