#344849

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

Shades of Dark Slate Grey #344849

Tints of Dark Slate Grey #344849

Color information

#344849 (or 0x344849) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 48 and 49. RGB value is (52,72,73). Sum of RGB (Red+Green+Blue) = 52+72+73=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #344849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344849 is #CBB7B6. Grayscale: #424242. Windows color (decimal): -13350839 or 4802612. OLE color: 4802612.

HSL color Cylindrical-coordinate representation of color #344849: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344849 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB527273-
CMYK0.290.0100.71
HSL182.86º16.8%24.51%-
HSV(B)182.86º28.77%28.63%-
XYZ4.945.857.17-
YUV66.13131.87117.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=26.40%
G=36.55%
B=37.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5272730.290.0100.71182.8616.824.51
Hex3448491D1047b71119
Octal6411011135101072672131
Binary1101001001000100100111101101000111101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344849; }

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

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

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

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

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

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

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

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