#334749

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

Shades of Dark Slate Grey #334749

Tints of Dark Slate Grey #334749

Color information

#334749 (or 0x334749) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 47 and 49. RGB value is (51,71,73). Sum of RGB (Red+Green+Blue) = 51+71+73=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #334749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334749 is #CCB8B6. Grayscale: #414141. Windows color (decimal): -13416631 or 4802355. OLE color: 4802355.

HSL color Cylindrical-coordinate representation of color #334749: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334749 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB517173-
CMYK0.300.0300.71
HSL185.45º17.74%24.31%-
HSV(B)185.45º30.14%28.63%-
XYZ4.825.697.15-
YUV65.25132.37117.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=26.15%
G=36.41%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5171730.300.0300.71185.4517.7424.31
Hex3347491E3047b91218
Octal6310711136301072712230
Binary11001110001111001001111101101000111101110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334749; }

 p { color: rgb(51,71,73); }

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

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

 a { background-color: rgb(51,71,73); }

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

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

 span { border-color: rgb(51,71,73); }

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