#334849

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

Shades of Dark Slate Grey #334849

Tints of Dark Slate Grey #334849

Color information

#334849 (or 0x334849) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 48 and 49. RGB value is (51,72,73). Sum of RGB (Red+Green+Blue) = 51+72+73=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #334849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334849 is #CCB7B6. Grayscale: #414141. Windows color (decimal): -13416375 or 4802611. OLE color: 4802611.

HSL color Cylindrical-coordinate representation of color #334849: hue angle of 182.73º 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 #334849 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB517273-
CMYK0.300.0100.71
HSL182.73º17.74%24.31%-
HSV(B)182.73º30.14%28.63%-
XYZ4.895.827.17-
YUV65.83132.04117.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=26.02%
G=36.73%
B=37.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5172730.300.0100.71182.7317.7424.31
Hex3348491E1047b71218
Octal6311011136101072672230
Binary1100111001000100100111110101000111101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334849; }

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

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

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

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

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

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

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

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